Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/r00tman/gmailnotify

Simple GMail new message notifications through Atom feed
https://github.com/r00tman/gmailnotify

beautifulsoup gmail libnotify linux python requests

Last synced: 4 days ago
JSON representation

Simple GMail new message notifications through Atom feed

Awesome Lists containing this project

README

        

# gmailnotify
Simple GMail new message notifications through Atom feed and libnotify.

## Getting Started

Install dependencies:

```shell
$ pip install --user requests beautifulsoup4 notify2
```

Now, you need to create a config.
Just copy `config.py.example` to `config.py` and fill in your email and app password.

Then it's ready to use:

```shell
$ python3 main.py
```