A web application used to collect information of academic lectures from a few college websites.
This is my first Flask project,if you find anything wrong or needed to be improved,Don't hesitate, and contact me!!
I recommend you to use Docker to run this app, git clone the source code and build it, then just run:
docker run -p 5000:5000 -d lecturecollection:latestcheck the localhost:5000 , you will find it.
If you wish to run this app with python,
git clone git@github.com:iXhong/LectureCollection.git
cd LectureCollection
pip install -r requirements.txt
python3 app.pyIt should work.
-
- web_info.py: get information from websites
- save.py: use web_info.py to get information of all the websites in college.json and save them in the /data/data.csv
- app.py: cron job setting and run the application
PRs accepted.