Download the files of all your courses in a brief (long time).
Redo it, and only the new ones will be added.
All new files will be in the desired organized files folder 📥
Uses Scrapy's library.
- Prepare the virtual environment
source ./install.sh- Create the file with your credentials
touch .env
echo IST_ID=istxxxxx >> .env
echo FENIX_PASSWORD=your_password >> .env- Edit the configuration to your liking
vim config.tomlDownload the files + organize the downloads into the organized folder
# Run spider, RUN!
scrapy crawl fenix_spider && python src/filter_downloads.py- Please do not change the download delay to something that can create too many requests to the servers