Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhaveshan/scrape-quiz


https://github.com/bhaveshan/scrape-quiz

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# LegalStart Tech Case - Web Scraper

## Steps to Install and Run on Linux

### For Python 2

```
virtualenv -p python2 venv
source venv/bin/activate
pip install -r requirements.txt
python scraper.py

```

### For Python 3

```
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
python3 scraper.py

```

Submitted By: [Bhavesh Anand](https://bhaveshan.github.io)