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.
- Host: GitHub
- URL: https://github.com/chris2k20/gmail-csv
- Owner: chris2k20
- Created: 2024-07-16T11:44:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T12:15:02.000Z (10 months ago)
- Last Synced: 2025-01-05T10:43:21.696Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.txtpython3 app.py
```