Aditya Verma
Aditya Verma
The API will first check whether config file exists in the home directory. If not it will take the file from PWD. This fixes #497
Set delay time on failure in do_api_query according to random exponential backoff. Fixes #537 .
The twitter bot initially posted all kind of tweets. Change it so that on encountering a retweet either post the original tweet if it hasn't been posted before. Else try...
Checks if the bots are subscribed to their revelant streams during startup of various bridges. Fixes #568 .
Currently the timestamps, `create_time` and `date_sent` in `/attachments` response used the javascript format of timestamp which also includes milliseconds. But since the response doesn't have milliseconds so we just have...