Tools for accessing and using Tel Aviv University websites
Project description
๐ TAU Tools
A python library to retrieve information about the various plans and courses at Tel Aviv University, and interact with the various servers.
๐ก Features ย ยทย ๐ถโโ๏ธ Getting Started ย ยทย ๐ Roadmap
You can get mostly up to date data from the following URLs:
- https://arazim-project.com/courses/2024a.json
- https://arazim-project.com/courses/2024b.json
- https://arazim-project.com/courses/plans.json
Features
Get course details
Example:
{
"03005031": {
"name": "ืืืื ืืืืืืืืื ืืืืืืื",
"faculty": "ืืืขืื ืืืืืงืื/ืคืงืืืื ืืืืขืื ืืืืืงืื",
"exams": [
{
"moed": "ื",
"date": "08/02/2024",
"hour": "",
"type": "ืืืื ื ืกืืคืืช"
},
...
],
"groups": [
{
"group": "01",
"lecturer": "ื\"ืจย ืืืืย ืืืืืจ",
"lessons": [
{
"day": "ื",
"time": "09:00-10:00",
"building": "ืงืคืืื",
"room": "118",
"type": "ืฉืืขืืจ"
},
...
]
},
...
]
},
...
}
Get the available plans
Example:
{
"ืืคืงืืืื ืืืืขื ืืืืจื ืข\"ืฉ ืืจืฉืื ืืืจืืื": {
"ืชืืื ืืช ืืชืืืจ ืฉื ื ืืชืงืฉืืจืช ืืืกืืื ืืืงืจื": {
"ืงืืจืกื ืชืืืจ ืฉื ื - ืงืืจืกื ืืืื": ["10854101", "10854102"],
"ืงืืจืกื ืชืืืจ ืฉื ื - ืงืืจืกื ืืชืืืืืืืื": ["10854203", "10464101"],
...
},
...
},
...
}
Getting Started
Dependencies
You will need to install the following packages: pip install requests beautifulsoup4 colorama.
Afterwards, you can simply clone the repository (or download the code), then run the available scripts in tau_tools using Python 3, e.g. python3 courses.py.
This will create a JSON with the result in your current directory.
Roadmap
- Get courses
- Get plans
- Create a nicer interface to the IMS
- Create a nicer interface to the Moodle
- Make the scripts accept command-line parameters
- Add the package to PyPI for a simpler installation
Acknowledgements
This repository contains modified versions of the following tools:
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tau_tools-1.0.1.tar.gz.
File metadata
- Download URL: tau_tools-1.0.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Linux/6.6.4-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
723c2cddddafe6db4c7b5d7914cafe5d8a898acd18f3e20e415a502da8697f73
|
|
| MD5 |
ca636464cd955737ecd91137480e81a1
|
|
| BLAKE2b-256 |
68c2bf7e03f617697d5f207292dfb03e7d7adfcefad0878f29529c874f99b002
|
File details
Details for the file tau_tools-1.0.1-py3-none-any.whl.
File metadata
- Download URL: tau_tools-1.0.1-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Linux/6.6.4-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3d3db345807db54c0c500dabe5e7429d2f125b330c9b4783319bf670f462c17
|
|
| MD5 |
8db42795c50b7b5576c34e22b25be22c
|
|
| BLAKE2b-256 |
98dd93514471c7e49b805d7db71ffbd2f6707b7d0936cee581233b75d7708254
|