An open API service indexing awesome lists of open source software.

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

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.