Fetch BTU Classroom data easily
Project description
btu.py
Python library that makes fetching data from BTU Classroom really easy.
Example usage of library:
from btu.classroom import Classroom
username = "" # ბითიუს მეილი ან პირადი ნომერი
password = "" # პაროლი
classroom = Classroom(username, password)
print(f"შემოსულია {classroom.inbox} წაუკითხავი შეტყობინება")
see examples for more.
btu-fetch
Script to run scrapers and output data in json format.
Usage of script:
usage: btu-fetch [-h] [-s source] [-o path] [--username username] [--password password]
{notifications,courses,messages} [{notifications,courses,messages} ...]
Run BTU Classroom scrapers.
positional arguments:
{notifications,courses,messages}
scraper to run
options:
-h, --help show this help message and exit
-s source path to source file.json
-o path path to output directory
--username username classroom username
--password password classroom password
Installation
pip install btu.py
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
btu.py-0.0.3.tar.gz
(4.5 kB
view hashes)
Built Distribution
btu.py-0.0.3-py3-none-any.whl
(5.2 kB
view hashes)