https://github.com/ashanan/schedule_trello
A python script that allows you to schedule reoccuring trello tasks
https://github.com/ashanan/schedule_trello
Last synced: over 1 year ago
JSON representation
A python script that allows you to schedule reoccuring trello tasks
- Host: GitHub
- URL: https://github.com/ashanan/schedule_trello
- Owner: ashanan
- Created: 2014-10-06T06:59:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-07T02:15:08.000Z (almost 12 years ago)
- Last Synced: 2025-02-14T22:33:53.155Z (over 1 year ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
Run this script every day with cron:
crontab -e
0 5 * * * /full/path/to/schedule_trello.py
(This will schedule it to run every day at 5 AM. See https://help.ubuntu.com/community/CronHowto for more info.)
Depends on py-trello (https://github.com/sarumont/py-trello)
Rename auth.config.example to auth.config and replace the placeholders with real values.
Edit schedule_trello.py and replace "/absolute/path/to/" on lines 19 and 24 with the actual absolute path. If you don't do this the script won't be able to find the config files when run by cron.