Commit Graph

401 Commits

Author SHA1 Message Date
Klaus-Uwe Mitterer c8a3e38575 Check in old refactoring, update maximum tweet length 2017-12-06 18:20:13 +01:00
Klaus-Uwe Mitterer 34e0214e81 Update retweeter for new API 2017-09-08 22:06:18 +02:00
Klaus-Uwe Mitterer 520fff4402 Allow tweeting images without caption 2017-04-06 22:48:45 +02:00
Klaus-Uwe Mitterer a4c560baf2 Improve mention handling. Yet again. 2017-04-06 22:43:32 +02:00
Klaus-Uwe Mitterer b63a5b966d I don't really think I have to join there... 2017-04-03 16:54:49 +02:00
Klaus-Uwe Mitterer 4af7c9fbcf Improve mention handling. More code = sometimes better. 2017-04-03 16:53:39 +02:00
Klaus-Uwe Mitterer 30ded484e0 Merge branch 'master' of git.klaus-uwe.me:kumitterer/twitools 2017-04-03 14:32:30 +02:00
Klaus-Uwe Mitterer b39aef819e Improve mention handling. Less code = better. Part 2. 2017-04-03 14:30:34 +02:00
Klaus-Uwe Mitterer c9f0c3e423 Remove duplicate mentions 2017-04-02 03:19:36 +02:00
Klaus-Uwe Mitterer 1736012d66 Improve mention handling. Less code = better. 2017-04-02 03:09:18 +02:00
Klaus-Uwe Mitterer a7a26059e2 Adapt mentions because of the f***ing Twitter changes... 2017-04-02 03:05:11 +02:00
Klaus-Uwe Mitterer c9e77afe0e Fix streaming after Twitter API changes 2017-04-01 20:28:50 +02:00
Klaus-Uwe Mitterer f4c4dbf06c Fix media downloader 2017-03-29 15:37:25 +02:00
Klaus-Uwe Mitterer fb407786a6 Make sure that /reply doesn't duplicate mentions 2017-03-28 16:33:25 +02:00
Klaus-Uwe Mitterer 4306a2ccb1 Re-enable tweeting directly by caption 2017-03-28 16:08:06 +02:00
Klaus-Uwe Mitterer 5812643e01 Implement commands in image captions 2017-03-28 15:46:14 +02:00
Klaus-Uwe Mitterer 70f7dfcc85 Switch stuff and more 2017-03-28 11:07:33 +02:00
Klaus-Uwe Mitterer 0c62833095 Fixing Like/Unlike/Retweet buttons, other minor fixes 2017-03-27 21:45:37 +02:00
Klaus-Uwe Mitterer 0edc96940b More stuff regarding multiple accounts 2017-03-27 19:08:02 +02:00
Klaus-Uwe Mitterer b2da5a1f85 Allow multiple accounts per chat 2017-03-27 17:39:52 +02:00
Klaus-Uwe Mitterer 5c4f890bf5 Newest tweet in thread at bottom 2017-03-27 14:18:36 +02:00
Klaus-Uwe Mitterer acdbb59800 Some more location stuff 2017-03-27 14:04:36 +02:00
Klaus-Uwe Mitterer f0ed4f552a Add methods for trends 2017-03-26 20:30:51 +02:00
Klaus-Uwe Mitterer 2921c10fb6 Try to prevent empty mentions, i.e. '@' 2017-03-25 22:04:18 +01:00
Klaus-Uwe Mitterer f309a854c6 Print tweets in reverse order, improve track 2017-03-25 16:21:55 +01:00
Klaus-Uwe Mitterer 1f0b754b1f Fix quote() function 2017-03-25 13:06:01 +01:00
Klaus-Uwe Mitterer ed5e19af0c Fix user() method 2017-03-24 22:46:43 +01:00
Klaus-Uwe Mitterer 3537379e99 Make outgoing tweet notifications optional 2017-03-24 22:24:55 +01:00
Klaus-Uwe Mitterer 97bfea2f24 Normalize name 2017-03-24 17:14:14 +01:00
Klaus-Uwe Mitterer b6fc92e3c8 Remove bullshit 2017-03-24 17:09:55 +01:00
Klaus-Uwe Mitterer 60c32fcb25 Add search function 2017-03-24 17:02:21 +01:00
Klaus-Uwe Mitterer 09d2d75443 Add functions to get own tweets and tweets by other users 2017-03-24 16:25:24 +01:00
Klaus-Uwe Mitterer 9354a33589 Well, at least I finally created a readme file... 2017-03-24 15:42:01 +01:00
Klaus-Uwe Mitterer a12c5fa4ca Add thread function 2017-03-24 15:34:53 +01:00
Klaus-Uwe Mitterer 97958f2497 Add quote function 2017-03-24 13:08:47 +01:00
Klaus-Uwe Mitterer acfb985d87 Fix reply button 2017-03-24 01:48:40 +01:00
Klaus-Uwe Mitterer 7d68636751 Add method to create menu, improve mention handling 2017-03-23 22:39:54 +01:00
Klaus-Uwe Mitterer dbd7e794d2 Add function to actually fetch users subscribed to broadcasts, IMPROVE REPLIES!!! 2017-03-23 20:23:31 +01:00
Klaus-Uwe Mitterer 6aba2e4396 Actually enable the new methods 2017-03-23 18:37:01 +01:00
Klaus-Uwe Mitterer a50b0c08b0 Add distinct broadcast and emergency methods 2017-03-23 18:14:22 +01:00
Klaus-Uwe Mitterer 66ae28d589 Add broadcast method 2017-03-23 17:32:06 +01:00
Klaus-Uwe Mitterer 0c8b14c25d Add /togglementions to /help string 2017-03-23 17:23:44 +01:00
Klaus-Uwe Mitterer f8e490dc04 Add mention streaming 2017-03-23 17:01:05 +01:00
Klaus-Uwe Mitterer 7caf67413c Some fixes. Not working yet, but... 2017-03-23 14:27:38 +01:00
Klaus-Uwe Mitterer 3af38cc3d9 Implement untested stream handler 2017-03-23 14:18:52 +01:00
Klaus-Uwe Mitterer 5fb84de363 Pass to bottools.methods.unknown if not admin in restart() 2017-03-23 13:06:58 +01:00
Klaus-Uwe Mitterer 6e12ba4a44 Add restart method for admin 2017-03-23 13:05:48 +01:00
Klaus-Uwe Mitterer 929138f3c8 Remove pointless imports, fix /start string 2017-03-22 12:18:07 +01:00
Klaus-Uwe Mitterer c9b6fd7153 Update .gitignore 2017-03-22 01:56:19 +01:00
Klaus-Uwe Mitterer de2549ae07 Refactoring Telegram bot# 2017-03-22 01:53:51 +01:00