This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tiyn
/
stud.ip-crawler
mirror of
https://github.com/Tiyn/stud.ip-crawler
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
This program downloads all files of a Stud.IP users current semester.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34
Commits
1
Branch
0
Tags
144 KiB
Tree:
e64d48a8c5
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e64d48a8c5'
${ noResults }
stud.ip-crawler
/
src
/
requirements.txt
1 line
17 B
Raw
Normal View
History
database: switching from mysql to sqlite Currently we only need the db to keep track of the files that were already downloaded, thus we only use one database and only one table. A complete sql database is a bit too bulky for this purpose. By using sqlite we can minimize and embed the db.
1 month ago
requests==2.24.0