An open API service indexing awesome lists of open source software.

https://github.com/maxilevi/github-trello-sync

Sync your trello board with the issues of a github repository
https://github.com/maxilevi/github-trello-sync

github github-issues python sync trello trello-board

Last synced: 23 days ago
JSON representation

Sync your trello board with the issues of a github repository

Awesome Lists containing this project

README

          

# github-trello-sync

Sync your trello board with the milestones and issues of a specific github repository

Example `config.json`
```json
{
"github_access_token": "YOUR_GITHUB_ACCESS_TOKEN",
"trello_api_key": "YOUR_TRELLO_API_KEY",
"trello_api_secret": "YOUR_TRELLO_API_SECRET",
"trello_token": "YOUR_TRELLO_TOKEN",
"repo_name": "Zaphyk/github-trello-sync",
"board_name": "NAME_OF_THE_TRELLO_BOARD"
}
```
After setting up the `config.json` just run the `sync.py` script and watch your trello board get synced!