Skip to content

A Python Scraper for my College portal (LMS) which lists new assignments and prints updates in a text file

Notifications You must be signed in to change notification settings

r-arvind/LMS-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

A Simple Scraper (with login facility)

For those of you wondering what LMS is, my college has a portal called Learning Management System where you can find all the assignments that you have to submit, study materials, lecture presentations of your Courses.

You can check out the LMS here: IIIT B-LMS

What this Scraper does is it logs into your account, scrapes all info about the assignments that has to be Submitted.

Requirements

Requirements Part -2 (which you won't be having unless you are from my college i.e IIIT Bangalore)

  • Username (IMT/MT*******)
  • Password
  • Your Course ID's

Enter these info in their respective places. Username and Login should be entered at the place marked '*******'. Enter the Course ID's inside the list 'Subject'(around line 45).

After you run the script, a text file called updates.txt will be created where you can find all the updates. Whenever the script is run, the existing updates.txt is deleted and a new one is created for the new data.

Contributors

Ronak Doshi

About

A Python Scraper for my College portal (LMS) which lists new assignments and prints updates in a text file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages