Unoptimized web scraper for vgpro.gg in JavaScript and Python.
| Dependencies | Version |
|---|---|
| OS | OSX |
| Python | 2.7 |
Type the following on the terminal:
pip install -r requirements.txt
npm install
To run, open 2 terminals, then type the following on one terminal:
npm run start
And type the following on the other terminal:
python flaskApp.py
Then open http://localhost:3000 in your browser.