Skip to content

coderholic/tweepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  ______                                   
 /_  __/_      __ ___   ___   ____   __  __
  / /  | | /| / // _ \ / _ \ / __ \ / / / /
 / /   | |/ |/ //  __//  __// /_/ // /_/ / 
/_/    |__/|__/ \___/ \___// .___/ \__, /  
                          /_/     /____/ 

A Twitter library for Python! Also works with identi.ca/laconi.ca !

Features:
  OAuth supported.
  Up-to-date with twitter api.
  Actively under development.
  Supports most of the twitter api endpoints.
  Python 3 support. (See py3k branch)
  Streaming API support.
  Cache system (memory, file, memcache client)

Getting started:
  Check out the tutorial folder to get started with Tweepy.

Installing:  
  You may use easy_install to quickly get tweepy installed on your system:
      easy_install tweepy  (run as root)
  You may also clone/download the source code and then execute:
      python setup.py install (run as root)
  If you wish you may also bundle the tweepy package with your application.

Souce code:
  Gitorious: <http://gitorious.org/tweepy>
  Github: <http://github.com/joshthecoder/tweepy>

Bug tracker: http://github.com/joshthecoder/tweepy/issues 
Mailing list: tweepy@googlegroups.com

Author: Joshua Roesslein
License: MIT
Dependencies:
  Python 2.5+
  Simplejson <http://undefined.org/python/#simplejson>
    **Included in python 2.6+
  Python-OAuth <http://code.google.com/p/oauth>
    **Bundled with this library
  python-memcached <http://www.tummy.com/Community/software/python-memcached/>
    **Bundled with this library

About

A Python library for accessing the Twitter API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%