Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
f500942d
Commit
f500942d
authored
Oct 13, 2009
by
Josh Roesslein
Browse files
Update readme and change log.
parent
483cad11
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
f500942d
...
...
@@ -21,6 +21,7 @@ during upgrade will be listed here.
Added the Cursor object to help with pagination within the API.
Please see the pagination tutorial for more details.
This is the recommended way for using the 'page' and 'cursor' parameters.
+ Update OAuth bundled library.
- Logging removed. Having our own mini-logging system just feels like overkill.
Turns out it was not really needed that much. Simply just exposing the last
HTTPResponse object should be good enough for most debugging.
...
...
README
View file @
f500942d
...
...
@@ -8,28 +8,31 @@
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)
+ OAuth support
+ Up-to-date with Twitter API
+ Actively under development
+ Streaming API support
+ Cache system (memory, file, memcache)
+ Python 3 branch
Getting started:
Check out the tutorial folder to get started with Tweepy.
Also feel free to join us on the mailing list or chat root.
Mailing list: http://groups.google.com/group/tweepy
Chat: IRC freenode.net #tweepy
Web interface: http://webchat.freenode.net/?channels=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.
Using easy_install:
easy_install tweepy
You may also install from the repository:
git clone git://github.com/joshthecoder/tweepy.git
cd tweepy
python setup.py install
Souce code: http://github.com/joshthecoder/tweepy
Bug tracker: http://github.com/joshthecoder/tweepy/issues
Mailing list: tweepy@googlegroups.com
Chat: IRC freenode.net #tweepy
Author: Joshua Roesslein
License: MIT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment