Supybot-plugins/Twitter
Valentin Lorentz 62c835b13f Merge branch 'master' of github.com:ProgVal/Supybot-plugins 2012-12-08 23:27:16 +01: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: Use Untiny plugin to extract links from t.co. 2012-11-02 14:36:44 +00:00
__init__.py AttackProtector & GitHub & Packages & Twitter & WebStats: add description. 2011-03-01 14:34:43 +01:00
config.py Twitter: Update config to use API v1.1. 2012-10-31 21:27:20 +01: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: Add config hook on supybot.plugins.Twitter.accounts.channel.api. 2012-11-25 15:21:04 +00:00
test.py Twitter: Use Untiny plugin to extract links from t.co. 2012-11-02 14:36:44 +00:00
twitter.py Twitter: Update python-twitter library. 2012-10-31 21:27:00 +01:00

README.txt

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

Configuration
=============

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.


Extra features
==============

If the Untiny plugin is loaded, this plugin will automaticaly extract original
links from t.co ones.