Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 904 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 904 Bytes

ToPWR Science Clubs Script/Scraper

KN Solvro banner

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.

Usage

  1. Install dependencies
pip install -r requirements.txt
  1. Set the .env file
SOURCE2_DIRECTUS_URL=https://...
DIRECTUS_URL=https:/...
DIRECTUS_TOKEN=...
  1. Run
python3 master_scipt.py

Cooming soon

  • detailed instructions for adjusting usage to your use case
  • specific modules instructions/descriptions
  • story behind it