This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
tweepy /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Nov 05 15:18:56 -0800 2009 | |
| |
CHANGELOG | Thu Nov 19 22:41:18 -0800 2009 | |
| |
CONTRIBUTORS | Thu Nov 19 21:47:00 -0800 2009 | |
| |
INSTALL | Sat Nov 07 12:26:51 -0800 2009 | |
| |
LICENSE | Wed Jul 29 20:28:38 -0700 2009 | |
| |
README | Sat Nov 07 12:26:51 -0800 2009 | |
| |
setup.py | Thu Nov 19 09:53:42 -0800 2009 | |
| |
tests.py | Mon Nov 16 18:32:41 -0800 2009 | |
| |
tweepy/ | Thu Nov 19 22:41:18 -0800 2009 | |
| |
tweepyshell | Fri Nov 06 14:48:27 -0800 2009 |
README
______
/_ __/_ __ ___ ___ ____ __ __
/ / | | /| / // _ \ / _ \ / __ \ / / / /
/ / | |/ |/ // __// __// /_/ // /_/ /
/_/ |__/|__/ \___/ \___// .___/ \__, /
/_/ /____/
A Twitter library for Python! Also works with identi.ca/laconi.ca !
Features:
+ OAuth support
+ Covers the entire Twitter API
+ Actively under development
+ Streaming API support
+ Cache system (memory, file)
+ Python 3 support (3.1) -- See py3k branch
Getting started:
Be sure to check the wiki for references, samples, and tutorials.
Also feel free to join us on the mailing list or chat room.
Mailing list: http://groups.google.com/group/tweepy
Chat: IRC freenode.net #tweepy
Web interface: http://webchat.freenode.net/?channels=tweepy
Wiki: http://code.google.com/p/tweepy/w
Bug tracker: http://github.com/joshthecoder/tweepy/issues
Need a programmer? Feel free to contact me directly at jroesslein at gmail.com
Installing: See INSTALL
Souce code:
Library: http://github.com/joshthecoder/tweepy
Examples: http://github.com/joshthecoder/tweepy-examples
Extensions: http://github.com/joshthecoder/tweepy-more
Author: Joshua Roesslein
License: MIT
Dependencies:
Python 2.4 or newer
Simplejson <http://undefined.org/python/#simplejson>
**Included in python 2.6+
Python-OAuth <http://code.google.com/p/oauth>
**Bundled with this library








