forked from tweepy/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (24 loc) · 773 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Tweepy Examples
===============
You can find the Tweepy library here: http://github.com/joshthecoder/tweepy
streamwatcher.py
----------------
Twitter Streaming API client example.
appengine
---------
Demonstrates using Tweepy along with appengine.
Currently shows how to implement OAuthHandler properly.
repeater
--------
A bot that automatically retweets any tweets in which its name is "mentioned".
Author: Charles Hooper
Website: http://code.google.com/p/twitter-repeater
Example Contributions
---------------------
If you have an example you would like to offer, please
email [email protected] or send me a pull request
on github or gitorious.
License
-------
All examples here are public domain unless
otherwise specified within the example's code files.