Implement ILIAS auth and crawl home page

This commit introduces the necessary machinery to authenticate with
ILIAS and crawl the home page.

It can't do much yet and just silently fetches the homepage.
This commit is contained in:
I-Al-Istannen
2021-05-15 15:18:51 +02:00
committed by Joscha
parent 595de88d96
commit b2a2b5999b
4 changed files with 221 additions and 0 deletions

View File

@ -9,6 +9,7 @@ install_requires =
aiohttp>=3.7.4.post0
beautifulsoup4>=4.9.3
rich>=10.1.0
beautifulsoup4>=4.9.3
[options.entry_points]
console_scripts =