Skip to content

Reads emails specifically related to minutes of the meeting, retrieves the action items, and upload them to Trello.

License

Notifications You must be signed in to change notification settings

jvmistica/minutes-to-trello

Repository files navigation

Minutes to Trello

Build status

Reads minutes of the meeting emails from Gmail, retrieves the action items, and uploads them to Trello.

Getting Started

Login to your Google account and download the credentials.json file from: https://developers.google.com/gmail/api/quickstart/python. Save the file to the same folder as the main.py script.

Install the required modules:

pip install -r requirements.txt

Get your key and token from https://trello.com/app-key and modify the settings.py file:

key = "your_key"
token = "your_token"

Run the main script:

python main.py

About

Reads emails specifically related to minutes of the meeting, retrieves the action items, and upload them to Trello.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages