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

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

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
```