A Python Application written with Python using Selenium and some other libs
Use PIP to install the following packages that are needed to run this app properly:
- discord-webhook
- selenium
- colorama
- pyimgur
- yagmail
- If I forget something just download the package that is causing the error.
in ./config/main.json find this code:
{
"user": "?",
"pass": "?",
"school": "?",
"client_id": "?",
"webhook_url": "?",
"webhook_user": "MashovAPI",
"version": "v3.1"
}
Replace the following:
- user: with your Mashov username
- pass: with your Mashov pass
- school: with your school id(semel)
- client_id: with your imgur API client id(Google how to get it)
- webhook_url: with your Discord Webhook URL
in ./config/mail.json find this code:
{
"guser": "?",
"gpass": "?",
"tomail": "?"
}
Replace the following:
- guser: with your Gmail username(example: yourmail@gmail.com)
- gpass: with your Gmail password
- tomail: with the email address you want to send the emails to
- Check if you set "headless_option" to 1 or 2 or something else(if 1: show browser. if 2: hide browser. if something else: print error and show browser)
- Go to the Mashov login page and login
- Go to the Mashov corona daily statement and fill it
- Take a screenshot
- Upload said screenshot to imgur
- Send a Discord webhook with said screenshot
- Send you an email with said screenshot
- Delete said screenshot
- Finish
DISCLAIMER: This is not affliated, endorsed or certified by Mashov. This is an independent and unofficial project that is strictly for educational purposes only and not intended to cause any harm. I am not responsible for anyone who decided to download my app and use it against my will and Mashov's will. Use at your OWN risk ONLY.