Downloads all course content from IITM-Moodle and organizes it into subject wise folders.
Saves new files every time it is run.
Needs python to run. http://www.python.org/download/releases/2.7.6/
Copy moodle-downloader.py and bs4 folder to a new folder.
Open moodle-downloader.py and edit:
* username -> Login ID
* password -> Login password
* subjects -> Your course codes separated by commas
* year -> Specify year for course content
Run using python moodle-downloader.py
* Python
* BeautifulSoup library(Included here-bs4 folder needs to be in same directory to run)