Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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