Metadata-Version: 2.1
Name: unitn_course_scraper
Version: 0.1.6
Summary: Interactive scraper for your UniTN courses
Author-email: DISI Drive Team <unitndrive@gmail.com>
Keywords: unitn,courses,scraper,@unitn.it,moodle,dol,gestionecorsi,didatticaonline
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# UniTN Courses Scraper

Interactive scraper for your unitn courses.

It allows you to get resources from the courses that you are takeing and the courses you can enroll in. Download everything in an organized way and more.

## Getting started

- Install a fresh version of Python 3.11 to your local machine (with your virtual environment management of choice)
- Install the requirements with `pip install -r requirements.txt`
- Add a copy of the `.env` file to the root of the project (instructions are found in the `.env.example` file)
- Do not use "studenti" inside your username, just @unitn.it
- Run the `start.sh` file to get started
