Obtaining data from the electronic diary of the lyceum "Liceo Scientifico A. Righi"
Project description
INFO
This library makes it easy to retrieve data from a Mastercom account for Liceo Shientifico A. Righi (Cesena)
.
All operations are performed using http requests and data scraping using the beautifulsoup4
library. I had to use scraping because Mastercom does not have a full API, so some operations can be a bit slow.
Any operations can be performed with a login and password from Mastercom account.
In some cases you may get false data or a library error because I can take into account all possible scenarios of Mastercom. The data from my account was taken into account during development, but the diary has features that I don't have access to.
If you find a bug and are willing to help improve the project, you can write about it.
Documentation
In progress
Installation
The library is available on PyPi, so you can install it in the standard way:
Windows
pip install RighiDiary
Ubuntu/macOS
pip3 install RighiDiary
Example
from RighiDiary import authorize_user
import asyncio
my_password: str = "CoolPassword"
my_login: int = 123456
async def main():
user = await authorize_user(login=my_login, password=my_password)
print(user.full_name)
print(user.agenda[0])
if __name__ == '__main__':
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file RighiDiary-1.0.tar.gz
.
File metadata
- Download URL: RighiDiary-1.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20720835664e4a66545fe5ea7bfcd327c79e40f852b6902242a18f7c4467b799 |
|
MD5 | 178d28853f1fea7955c635b79f4e2a00 |
|
BLAKE2b-256 | e03d87288e54ef84e790050a185b7e96277fecd520068054f20bfde575c383b0 |
File details
Details for the file RighiDiary-1.0-py3-none-any.whl
.
File metadata
- Download URL: RighiDiary-1.0-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ac443b73b3324a03c367d590c8a562e8047290fd96033eb140b6171e00dcdf0 |
|
MD5 | 82e1080037d073fd3b572f017559f7c2 |
|
BLAKE2b-256 | 7f768fb594bfbd9e71e964ceaefd6ef42e1003be5f2f9bcc63bb13fd067e147a |