Supybot-plugins/Twitter
Valentin Lorentz 1121929224 Twitter: Fix shortids creation. 2012-08-16 12:39:56 +00:00
..
local Twitter: First commit (can authenticate and get friendslist) 2011-02-18 19:48:14 +01:00
locale Twitter: update l10n-it. 2012-06-27 14:20:01 +02:00
README.txt Twitter: Remove python-twitter install steps. 2012-08-12 08:44:45 +00:00
__init__.py AttackProtector & GitHub & Packages & Twitter & WebStats: add description. 2011-03-01 14:34:43 +01:00
config.py Twitter: Implement short IDs. 2012-08-15 16:26:22 +02:00
get_access_token.py Twitter: Fix get_access_token.py. 2012-05-06 18:37:05 +00:00
messages.pot Twitter: update l10n-it. 2012-06-27 14:20:01 +02:00
packaging.py AttackProtector & gitHub & GoodFrench & LinkRelay & Packges & Trigger & Twitter & WebStats: packaging 2011-02-28 14:22:22 +01:00
plugin.py Twitter: Fix shortids creation. 2012-08-16 12:39:56 +00:00
test.py Twitter: First commit (can authenticate and get friendslist) 2011-02-18 19:48:14 +01:00
twitter.py Twitter: Include the python-twitter library. 2012-08-08 17:49:01 +02:00

README.txt

Advanced Twitter plugin for Supybot, with capabilities handling, and
per-channel user account.

Ever noticed a text "sent from web" or "sent via Android" under a tweet?
This is called the consumer. You have two choices:
* Keep the default consumer. This is the easier way; and the text will
  be "sent via Supybot // Limnoria".
* Create your own consumer at https://dev.twitter.com/ . If you choosed
  this way, you will have to set supybot.plugins.Twitter.consumer.key
  and supybot.plugins.Twitter.consumer.secret with the consumer
  key/secret given by Twitter.


Now, you have to set the accounts credentials (called access token)
for every channel you want to associate with a Twitter account.

If you use the default consumer, it is easy : just run the get_access_token.py
script provided with this plugin.
Otherwise, you will have either to edit the script with your own consumer
key/secret and run it, or get the token from dev.twitter.com.



Once you got the token key/secret, set it _as a channel-specific variable_
to supybot.plugins.Twitter.accounts.channel.key and 
supybot.plugins.Twitter.accounts.channel.secret.