Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhaveshan/scrape-quiz
https://github.com/bhaveshan/scrape-quiz
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhaveshan/scrape-quiz
- Owner: bhaveshAn
- Created: 2019-02-23T19:04:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:01:27.000Z (about 2 years ago)
- Last Synced: 2024-10-31T13:33:53.509Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)