Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 583 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 583 Bytes

ScrapOARS

Overview

Installation

$ git clone https://github.com/rejuvyesh/scrapoars.git
$ cd scrapoars
$ pip install -r requirements.txt
$ python3 setup.py install

Usage

$ scrapoars -s sublist.p -e elinks -m htmls -t txts -j dict.json

Contact

rejuvyesh ([email protected])

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request