项目作者: jvmistica

项目描述 :
Reads emails specifically related to minutes of the meeting, retrieves the action items, and upload them to Trello.
高级语言: Python
项目地址: git://github.com/jvmistica/minutes-to-trello.git
创建时间: 2019-12-02T15:56:30Z
项目社区:https://github.com/jvmistica/minutes-to-trello

开源协议:MIT License

下载


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:

  1. pip install -r requirements.txt

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

  1. key = "your_key"
  2. token = "your_token"

Run the main script:

  1. python main.py