Skip to content

获取Trello卡片checklist并生成周报发送至指定邮箱

License

Notifications You must be signed in to change notification settings

osvlabs/trello2weekly

Repository files navigation

trello2weekly

获取Trello卡片checklist并生成周报发送至指定邮箱

image

功能特性

  • 支持自定义Mailgun账户
  • 根据Trello REST API
  • 获取Trello卡片中检查表并生成周报展示
  • 发送周报到指定收件人

本地运行

编辑配置文件

$ mv config-example.yml config.yml # 并配置好内容

执行bundle install

$ [sudo] bundle install

执行migration

$ [sudo] rake db:migrate

执行app.rb

$ [sudo] ruby app.rb

Heroku 部署

编辑配置文件

$ mv config-example.yml config.yml # 并配置好内容

创建heroku app

$ [sudo] heroku create your-apps-name

提交应用

$ [sudo] git push -u heroku master

执行migration

$ [sudo] heroku rake db:migrate

Codeship Status for xi4oh4o/trello2weekly

About

获取Trello卡片checklist并生成周报发送至指定邮箱

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published