1
0
mirror of https://github.com/tiyn/stud.ip-crawler.git synced 2026-02-22 06:34:48 +01:00

database: files id and chdates are stored

- mysql creates database and tables to given mysql if not existent already
- mysql reads last change values from db
- mysql saves ch_date after downloading
- run now takes care for the variables of mysql and studip
This commit is contained in:
TiynGER
2020-06-07 12:49:08 +02:00
parent 6d18baa8b6
commit fa36e0f29e
8 changed files with 286 additions and 211 deletions

3
src/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
tqdm==4.46.1
requests==2.23.0
PyMySQL==0.9.3