aboutsummaryrefslogtreecommitdiff
path: root/modules/tweets
Commit message (Expand)AuthorAgeFilesLines
* use tweet_mode="extended" for !tw user_timeline() calls tooGravatar jesopo2019-09-051-1/+1
* return matching string from buffer.find() as most uses were redundantly regexingGravatar jesopo2019-08-131-1/+2
* use "extended" tweet mode so long tweets are not truncatedGravatar jesopo2019-07-152-3/+4
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-3/+2
* DEBUG log when we get a tweet from a streamGravatar jesopo2019-06-281-0/+4
* `format._tweet()` takes a `server` param nowGravatar jesopo2019-06-261-2/+2
* implement @utils.kwarg() magic, use it for command.regex hooksGravatar jesopo2019-06-261-4/+4
* Add system to have multiple url shorteners and chose which to useGravatar jesopo2019-06-252-3/+4
* Allow command.regex hooks to opt-in to being triggered from a /me•••closes #68 Gravatar jesopo2019-06-161-1/+1
* manage tweet thread ourselves to make sure it's a daemonGravatar jesopo2019-06-091-2/+7
* Remove debug printGravatar jesopo2019-06-091-1/+0
* Fixes for tweet streaming found from finally testing itGravatar jesopo2019-06-071-13/+25
* First draft of following/unfollowing tweets in channelsGravatar jesopo2019-05-291-3/+41
* Switch to using tweepy for tweets moduleGravatar jesopo2019-05-272-0/+162