Skip to content

python script to use moutamadris without suffering with its bad ui

License

Notifications You must be signed in to change notification settings

walsoup/massar-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork is just a modified version of Ayman0x03's script, all credit goes to him

massar-py

Python script to use moutamadris to avoid using the slow website

Requirements

In order to use the script you need lxml, pandas,and requests.

You can doit by simply running the follwing command.

pip install requirements.txt 

Notes

-If the website is compltely non functioning it won't work.

-This fork makes it so that if you do not want to type in the current school year every time, you can just leave the prompt that asks you for the school year blank ( massar shut down the ability to get your school years :/ )

-Saves your grades into a cvs file called grades.cvs

-This fork of the script adds the ability to save your credentials to a creds.txt file, just create the file and add:

username=(your username)

password=(your password)

if the script doesn't detect the creds.txt file, write the whole path in: Line 31: with open(r'creds.txt', 'r') as file:

To Do List

About

python script to use moutamadris without suffering with its bad ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%