A simle WebScraper to fetch homework tasks (and maybe more in the future) from Edus - my school journal platform
Dependencies:
- uv
- geckodriver in your PATH
- Clone this repo
git clone https://github.com/bilaiii/scraper.git
cd scraper- Sync the project dependencies
uv sync- Make a
.envfile and set your login and password
echo 'LOGIN="<your-login>"
PASSWD="<your-password>"' > .env- Run the scraper
uv run main.py- Simply run the scraper
- Forward the stdout to a markdown file
uv run main.py > homework.md | uv run main.py >> homework.md