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
- Host: GitHub
- URL: https://github.com/maxilevi/github-trello-sync
- Owner: maxilevi
- Created: 2019-02-14T20:27:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T03:28:25.000Z (over 7 years ago)
- Last Synced: 2025-01-09T07:12:57.538Z (over 1 year ago)
- Topics: github, github-issues, python, sync, trello, trello-board
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!