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

https://github.com/chris2k20/gmail-csv

Creates an csv file of all mails with a specific label.
https://github.com/chris2k20/gmail-csv

Last synced: 3 months ago
JSON representation

Creates an csv file of all mails with a specific label.

Awesome Lists containing this project

README

        

# gmail-csv

Creates an csv file of all mails with a specific label.

```bash
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip freeze > requirements.txt

python3 app.py
```