For this build, only semestral exam is avaliable. MAYBE all skyweb's system works :/
Screenshot:
.
├── config.py #Few configs in here
├── log
├── requirements.txt
├── run_parser.sh #Call websites/tests/run_crawler.py for easier debugging
├── serve.py #Startup script
└── website
├── __init__.py
├── static #Stores static files
├── templates #Stores jinja templates
├── tests #Stores crawler debugging script
│ └── run_crawler.py
└── views #Stores views script
├── lib
└── main.py
This Project is using python3, and PLEASE use python3.
- Edit the config.
- run
pip3 install -r requirements.txt
- run
python3 serve.py
(add dev at the end of the command will open debug mode) - Profit :)
- I
DO NOT
store any credentials - This project is licensed under the
MIT License
.