README.md
***
Scrapes data from *easistent.com/urniki/...* and returns it as Python dictionary
***
To install it run:
pip install eAsistent-scraper
***
Example usage:
python
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](https://github.com/PingWasFun/eAsistent-scraper/discussions/categories/general)
To contribute fork the GitHub repository and make a pull request.
test-v0.0.16