An open API service indexing awesome lists of open source software.

https://github.com/dashroshan/mums-mailer

📩 Email latest notices from M-UMS of IIIT-Bh to college group emails
https://github.com/dashroshan/mums-mailer

hib html-email iiit-bbsr mums web-scraping

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# IIIT-Bh MUMS Mailer

**Latest notices from M-UMS to college group emails**

View screenshot

---

![](/documentation/screenshot.jpg)

## Setup

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

```json
{
"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
```