# trello2weekly **Repository Path**: OSV-Labs/trello2weekly ## Basic Information - **Project Name**: trello2weekly - **Description**: 获取Trello卡片checklist并生成周报发送至指定邮箱 - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-12-15 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README trello2weekly ============== 获取Trello卡片checklist并生成周报发送至指定邮箱 ![image](https://user-images.githubusercontent.com/141127/69301609-cf6af900-0c51-11ea-86b5-7b01d55296ac.jpg) ### 功能特性 - 支持自定义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](https://codeship.com/projects/8eb020e0-c515-0131-98c2-5a1ddad26e1f/status)](https://codeship.com/projects/21996)