https://github.com/fazledyn/citadextract
This is a private moodle scraping API written using Flask and BS4
https://github.com/fazledyn/citadextract
beautifulsoup4 flask python
Last synced: 4 months ago
JSON representation
This is a private moodle scraping API written using Flask and BS4
- Host: GitHub
- URL: https://github.com/fazledyn/citadextract
- Owner: fazledyn
- Created: 2021-11-15T19:34:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-15T19:39:31.000Z (over 3 years ago)
- Last Synced: 2025-01-11T06:49:03.061Z (5 months ago)
- Topics: beautifulsoup4, flask, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# citadextract
This is a private moodle scraping API written using Flask and BS4### Basic
Just replace the contents of the config.json file with your own moodle courses. For example, go to individual course and news forum pages and note down the `id` key at the end of the URL.#### Why did I do this?
Because 5min of manual work can save hours of automation. Also, fetching these course links dynamically would end up expending more resources and time at the API server.