This script is a versatile tool designed to scrape data from the official website of the Wrocław University of Science and Technology's student department. Additionally, it retrieves data from the API of the student council's website, combines this information, and sends it to the Directus platform used by ToPWR.
- Install dependencies
pip install -r requirements.txt
- Set the
.env
file
SOURCE2_DIRECTUS_URL=https://...
DIRECTUS_URL=https:/...
DIRECTUS_TOKEN=...
- Run
python3 master_scipt.py
- detailed instructions for adjusting usage to your use case
- specific modules instructions/descriptions
- story behind it