Skip to content

bilaiii/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebScraper for Edus

A simle WebScraper to fetch homework tasks (and maybe more in the future) from Edus - my school journal platform

Installation

Dependencies:

  1. Clone this repo
git clone https://github.com/bilaiii/scraper.git
cd scraper
  1. Sync the project dependencies
uv sync
  1. Make a .env file and set your login and password
echo 'LOGIN="<your-login>"
PASSWD="<your-password>"' > .env
  1. Run the scraper
uv run main.py

Usage

  • Simply run the scraper
  • Forward the stdout to a markdown file
uv run main.py > homework.md | uv run main.py >> homework.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages