Commit Graph

88 Commits (master)

Author SHA1 Message Date
Valentin Lorentz 7f8fcfd54c Twitter: Catch SyntaxError exceptions and raise callbacks.Error instead. 2014-04-16 07:21:15 +00:00
Valentin Lorentz 4628704c97 Twitter: Fix bug with some versions of python-twitter. 2014-03-03 15:42:16 +00:00
Valentin Lorentz 1a7063ebaa Twitter: Fix 0~fec7cb8529ca84bd5a01545da73a5b6ed27749181. 2013-07-16 09:46:21 +00:00
Valentin Lorentz fec7cb8529 Twitter: Fix @unfollow. 2013-07-16 09:39:00 +00:00
Valentin Lorentz 457c47dce3 Twitter: Fix URL for @follow. 2013-07-12 11:41:58 +00:00
Valentin Lorentz 2877ed230f Twitter: Fix announcement of tweets. 2013-05-28 12:20:46 +00:00
Valentin Lorentz 3cc34fd142 Twitter: Remove useless sorting 2013-05-10 22:44:18 +02:00
Valentin Lorentz 86c3b9ad55 Twitter: Add supybot.plugins.Twitter.announce.users. 2013-05-10 16:57:25 +02:00
Valentin Lorentz 59661beb6b Twitter: Fix name conflict. 2013-05-03 07:06:51 +00:00
Valentin Lorentz c6ce5735a6 Twitter: Add supybot.plugins.Twitter.announce.{timeline,mentions}. 2013-04-27 19:31:30 +02:00
Valentin Lorentz 9fc17a8c01 Twitter: Add warning about capabilities in the README. 2013-04-27 19:31:12 +02:00
Valentin Lorentz 0f19d6126d All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
Valentin Lorentz a2706b0a33 Multiple plugins: Remove packaging.py. 2013-02-15 21:27:10 +01:00
Valentin Lorentz b3d5c16d3c Twitter: Name threads spawned. 2012-12-30 17:59:26 +00:00
Valentin Lorentz 31b38dfe74 Rename all 'locale' directories to 'locales'. 2012-12-26 15:47:23 +01:00
Valentin Lorentz 4427b03270 Twitter: Fix twitter library for @followers and @following with API 1.1. 2012-12-24 09:56:39 +00:00
Valentin Lorentz 1ec1dbbc5a Twitter: Fix commit e1e09527ed. 2012-12-23 15:18:06 +00:00
Valentin Lorentz e1e09527ed Twitter: Fix python-twitter to work with the new Twitter API. 2012-12-23 14:25:42 +00:00
Valentin Lorentz 0a5fd580d3 Twitter: Add import of supybot.log, which is needed in __init__. 2012-12-22 14:05:03 +00:00
Valentin Lorentz 6e9d4a37d1 Twitter: Fix decoding of tweets. Thanks to spline. 2012-12-22 13:53:33 +00:00
Valentin Lorentz 8ec852dc57 Twitter: Fix @timeline with api 1.1. 2012-12-22 10:29:51 +00:00
Valentin Lorentz 62c835b13f Merge branch 'master' of github.com:ProgVal/Supybot-plugins 2012-12-08 23:27:16 +01:00
Valentin Lorentz 1f662800b8 Twitter: Add config hook on supybot.plugins.Twitter.accounts.channel.api. 2012-11-25 15:21:04 +00:00
Valentin Lorentz 4dd37223f6 Twitter: Fix traceback if --since is not given. 2012-11-05 10:51:41 +00:00
Valentin Lorentz 0aaaa68d8a Twitter: Use Untiny plugin to extract links from t.co. 2012-11-02 14:36:44 +00:00
Valentin Lorentz c799058051 Twitter: Update config to use API v1.1. 2012-10-31 21:27:20 +01:00
Valentin Lorentz e779e18f4b Twitter: Update python-twitter library. 2012-10-31 21:27:00 +01:00
Valentin Lorentz 1121929224 Twitter: Fix shortids creation. 2012-08-16 12:39:56 +00:00
Valentin Lorentz 3c2f4625b6 Twitter: Fix previous commit. 2012-08-15 14:51:39 +00:00
Valentin Lorentz 83183fee82 Twitter: Implement short IDs. 2012-08-15 16:26:22 +02:00
Valentin Lorentz f6f16d6d83 Twitter: Give more informations with @profile and make <user> optional. 2012-08-12 12:40:43 +00:00
Valentin Lorentz cdf9c0be67 Twitter: Remove python-twitter install steps. 2012-08-12 08:44:45 +00:00
Valentin Lorentz 7c4003502a Twitter: Remove buggy condition.
I have no idea what it was doing there.
2012-08-10 17:30:13 +00:00
Valentin Lorentz 01d18e3820 Twitter: Include the python-twitter library. 2012-08-08 17:49:01 +02:00
Valentin Lorentz b50c94bcbe Twitter: Add plugins.Twitter.announce.retweets. 2012-08-05 19:24:21 +00:00
Valentin Lorentz e31048e009 LinkRelay & Twitter: Add the optional name= parameter to configuration hook callback. 2012-08-03 11:27:36 +00:00
Valentin Lorentz ad09738671 Twitter: Show an error message if python-twitter cannot be imported. 2012-08-01 08:16:24 +00:00
Valentin Lorentz 423a34da03 Twitter: Update README. 2012-08-01 08:13:01 +00:00
Valentin Lorentz 3538db6a34 Twitter: Fix README. 2012-07-31 20:43:47 +00:00
Valentin Lorentz 2ccc19d5f4 Twitter: prevent race conditions. 2012-07-30 21:50:26 +00:00
Valentin Lorentz c805bf2cdc Twitter: Write a README. 2012-07-29 13:08:24 +00:00
Valentin Lorentz 5c599b6fcb Twitter: Fix API request flood and add the prefixusername configuration variable. 2012-07-29 12:27:35 +00:00
Valentin Lorentz f6909a9146 Twitter: Send announces to the right channel. 2012-07-29 08:35:34 +00:00
Valentin Lorentz 8e9ccd5886 Twitter: Add announces. 2012-07-28 22:22:58 +02:00
skizzhg 063f347502 Twitter: update l10n-it. 2012-06-27 14:20:01 +02:00
skizzhg 0c574389e8 Twitter: update l10n-it. 2012-06-26 17:21:57 +02:00
Valentin Lorentz 7da04c3523 Twitter: Fix previous commit (Vim lower-cased a part of config.py). 2012-06-24 10:49:01 +00:00
Valentin Lorentz 5d02b9f4a0 Twitter: Configurable API key. 2012-06-24 12:22:23 +02:00
Valentin Lorentz 7fd428bee5 Twitter: Add retweet support. Closes GH-105. 2012-06-14 14:13:40 +02:00
Valentin Lorentz a14130fcc5 Twitter: Fix permissions. 2012-06-14 12:00:28 +00:00