Connector for Clockify.me that feeds tasks from Trello. As of now the connector has very limited functionality:
- List all cards on single Trello board.
- List all tasks in single Clockify project.
- Non-existing Clockify tasks are created.
Optional
- Do not include Trello cards without tags (labels).
- Include tags (labels) in task name.
See sample-config.json file for directives.
Note: The help system (-h, -trello, -clockify and -configure parameters) does not work for now.
Keep your API keys and tokens as private as possible.
Found at oficial website
Best installed via PIP
pip install requests
or
python3 -m pip install requests
- Make the script executable
chmod u+x feed.py
- Open crontab
crontab -e
- Add desired cron settings (e.g. run every 15 minutes):
*/15 * * * * /full/path/to/feed.py --config /full/path/to/config.json