Delemangi / courses-scraper

Script for scraping FINKI (FCSE) Courses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Courses Scraper

Script for scraping all profiles from Courses.

Installation

Python >= 3.9 is required.

python -m pip install -r requirements.txt

Running

python -m app <arguments>

Arguments:

  1. -h - shows help message
  2. -c - set MoodleSession cookie content
  3. -o - output file name
  4. -i - profile IDs to be scraped
  5. -m - upper limit of profile IDs to be scraped

The arguments -c and either one of -i or -m are required.

About

Script for scraping FINKI (FCSE) Courses

License:MIT License


Languages

Language:Python 100.0%