aboutsummaryrefslogtreecommitdiff
path: root/modules/tweets.py
Commit message (Expand)AuthorAgeFilesLines
* set `changed = True` when we pop a module with no dependencies leftGravatar jesopo2019-05-271-122/+0
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
* Add usage examples for all settingsGravatar jesopo2019-05-231-1/+1
* LIGHTBLUE tick for verified twitters, not GREENGravatar jesopo2019-05-221-1/+1
* Show a green tick for verified twitter accountsGravatar jesopo2019-05-221-3/+7
* move `api` def to the only context that uses it, rename `twitter_object` varGravatar jesopo2019-05-221-2/+2
* Implement auto-tweet setting to get tweet info automaticallyGravatar jesopo2019-05-221-0/+16
* Refactor tweet-formatting logic in to it's own functionsGravatar jesopo2019-05-221-37/+46
* Typo, `taret` -> `target`Gravatar jesopo2019-05-221-1/+1
* Change isgd.py to use Exports to offer url shortening, not eventsGravatar jesopo2019-02-071-2/+1
* We only need one '-' between tweet content and short url (tweets.py)Gravatar jesopo2019-01-211-1/+1
* html unescape tweet textGravatar jesopo2018-12-271-3/+4
* --require-config shouldn't have a space before itGravatar jesopo2018-12-271-4/+4
* Mark command hooks that are aliases ('g' vs 'google')Gravatar jesopo2018-10-101-1/+2
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-3/+3
* Switch to using docstring for usage, permission and require_modeGravatar jesopo2018-09-301-2/+3
* We don't need to explicitly pass "buffer" through on command eventsGravatar jesopo2018-09-301-1/+1
* Use ModuleManager.BaseModule in more modulesGravatar jesopo2018-09-271-5/+2
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-3/+4
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Make tweets say Twitter instead of tweets, and update ducks to add decoys and...Gravatar dngfx2018-09-221-0/+1
* Tidy up indentation in tweets.pyGravatar jesopo2018-09-091-38/+18
* Fix up tweets.pyGravatar dngfx2018-09-091-12/+15
* Make URL shortening generic in tweets.pyGravatar dngfx2018-09-091-6/+6
* i dun fixed it!Gravatar dngfx2018-09-091-2/+3
* h8 everything right nowGravatar dngfx2018-09-091-2/+3
* WOOP WOOP THAT'S THE SOUND OF LINKS FOR TWEETSGravatar dngfx2018-09-091-16/+43
* twitter.py -> tweets.pyGravatar jesopo2018-09-041-0/+77