Supybot-plugins/Twitter
Valentin Lorentz 0f19d6126d All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
..
local Twitter: First commit (can authenticate and get friendslist) 2011-02-18 19:48:14 +01:00
locales Rename all 'locale' directories to 'locales'. 2012-12-26 15:47:23 +01:00
README.txt Twitter: Use Untiny plugin to extract links from t.co. 2012-11-02 14:36:44 +00:00
__init__.py All plugins: Add Python 3 support. 2013-03-25 19:12:08 +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
plugin.py All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
test.py All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
twitter.py Twitter: Fix twitter library for @followers and @following with API 1.1. 2012-12-24 09:56:39 +00: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.