Go to file
spline d46967e339 Updating README. 2013-01-20 13:31:33 -05:00
.gitignore Initial commit 2012-10-23 12:01:22 -07:00
README.md Updating README. 2013-01-20 13:31:33 -05:00
__init__.py Updated header for copyright stuff. 2013-01-12 11:51:17 -05:00
config.py Updating my work here. Still in flux. Streamlining a ton here and centralizing the Twitter API call. Still unfinished. Updated trends with exclude. 2013-01-12 11:50:50 -05:00
plugin.py Update formatting/error messages. 2013-01-12 12:56:29 -05:00
test.py Updated header for copyright stuff. 2013-01-12 11:51:17 -05:00

README.md

Supybot-Tweety

Twitter client for Supybot

Description

This is a supybot client.

Instructions

1.) Install the dependencies. You can go the pip route or install via source, depending on your setup. You will need: 1. Install oauth2: sudo pip install oauth2

2.) You need some keys from Twitter. See http://dev.twitter.com. Steps are: 1. If you plan to use a dedicated Twitter account, create a new twitter account. 2. Go to dev.twitter.com and log in. 3. Click create an application. 4. Fill out the information. Name does not matter. 5. default is read-only. Since we're not tweeting from this bot/code, you're fine here. 6. Your 4 magic strings (2 tokens and 2 secrets) are shown. 7. Once you /msg yourbot load Tweety, you need to set these keys: /msg bot config plugins.Tweety.consumer_key xxxxx /msg bot config plugins.Tweety.consumer_secret xxxxx /msg bot config plugins.Tweety.access_key xxxxx /msg bot config plugins.Tweety.access_secret xxxxx

Examples

Documentation