dashroshan / mums-mailer

📩 Email latest notices from M-UMS of IIIT-Bh to college group emails

Home Page:https://hib.iiit-bh.ac.in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IIIT-Bh MUMS Mailer

Latest notices from M-UMS to college group emails

View screenshot

Setup

Create a config.json file in the same directory as the main.py file with the below content:

{
  "latestSentNotice": "",
  "loginId": "mums_id",
  "loginPass": "mums_password",
  "emailId": "email_id_of_sender",
  "emailPass": "password_of_sender",
  "toEmail": ["group1@iiit-bh.ac.in", "group2@iiit-bh.ac.in"]
}

Run below commands in the same directory as the main.py file:

python -m venv venv
pip install -r requirements.txt
python main.py

About

📩 Email latest notices from M-UMS of IIIT-Bh to college group emails

https://hib.iiit-bh.ac.in


Languages

Language:Python 100.0%