Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rejuvyesh/scrapoars
Scrape the crappy IIT-K OARS website
https://github.com/rejuvyesh/scrapoars
Last synced: about 1 month ago
JSON representation
Scrape the crappy IIT-K OARS website
- Host: GitHub
- URL: https://github.com/rejuvyesh/scrapoars
- Owner: rejuvyesh
- Created: 2014-07-06T20:28:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T05:30:44.000Z (about 10 years ago)
- Last Synced: 2024-04-23T14:13:00.209Z (7 months ago)
- Language: Python
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScrapOARS
## Overview
## Installation
```sh
$ git clone https://github.com/rejuvyesh/scrapoars.git
$ cd scrapoars
$ pip install -r requirements.txt
$ python3 setup.py install
```## Usage
```sh
$ scrapoars -s sublist.p -e elinks -m htmls -t txts -j dict.json
```## Contact
rejuvyesh [([email protected])](mailto:[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