https://github.com/zoni/rtm
Various personal scripts used to feed data into RTM tasklist
https://github.com/zoni/rtm
Last synced: 8 months ago
JSON representation
Various personal scripts used to feed data into RTM tasklist
- Host: GitHub
- URL: https://github.com/zoni/rtm
- Owner: zoni
- License: gpl-3.0
- Created: 2012-09-03T18:18:54.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T10:22:45.000Z (over 9 years ago)
- Last Synced: 2025-02-22T13:59:52.114Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rtm
===
Various scripts used to feed extra data into RTM tasklist
### token-generator
Generates a token for a given api\_key and shared secret
### gh2rtm
Synchronizes GitHub issues and pull-requests to RTM.
### imap2rtm
Synchronizes emails from an IMAP mailbox to RTM.
Requires a configuration such as:
```yaml
imap:
host: mail.example.com
username: me
password: secret
folder: INBOX
rtm:
api_key: secret
shared_secret: secret
token: secret
list: 0123545
extra_tags:
- email
```