Releases: PingIsFun/eAsistentAPI
Releases · PingIsFun/eAsistentAPI
Release 1.0.0
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.
Test workflow
test-v0.0.16 Test workflow