Skip to content

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

Notifications You must be signed in to change notification settings

dashroshan/mums-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages