Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@PingIsFun PingIsFun released this 21 Mar 15:37
· 53 commits to main since this release

README.md


Scrapes data from easistent.com/urniki/... and returns it as Python dictionary


To install it run:

pip install eAsistent-scraper

Example usage:

import eAsisitent_scraper

data = eAsisitent_scraper.get_schedule_data(school_id="SCHOOL_ID", class_id="CLASS_ID")

For support and feature requests ask on GitHub discussions

To contribute fork the GitHub repository and make a pull request.