xitiomet is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

xitiomet / python-twitter (fork of saiyr / python-twitter)

Mostly the same, but i added support for Mentions http://apiwiki.twitter.com/Twitter-REST-API-Met...

Clone this repository (size: 393.3 KB): HTTPS / SSH
hg clone https://bitbucket.org/xitiomet/python-twitter
hg clone ssh://hg@bitbucket.org/xitiomet/python-twitter

File history for python-twitter / setup.py

Author Revision Message Labels Date
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d fc159c49c080 Use #!/usr/bin/python2.4 instead of #!/usr/bin/python. The code will still run on later pythons, of course.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d fceb5d2374d2 Added the Apache license header to the .py files
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 8aaa14d8c799 Updated the version to 0.6-devel
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 06bafa057e2f Fixed broken description
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d b15f5a766baf Added long_description
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 7511f4b9d860 Cleaned up comments and declared dependency on simplejson
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d fed8d767c4c0 Added support for setuptools back in, but it is conditional and not required.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d dbe3b23bfd08 Modified examples/twitter-to-xhtml.py to handle unicode
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d a8d9755b33cb Use gmtime, not localtime to calculate relative_created_at.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d f2df5f694adc Fixed 0.2-dev to 0.2
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 8998cc6946dd Updated the README to point to static HTML docs.
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 5ddfd20c906b Back out the data files
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 4bed14c85b86 Adding docs to the dist
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d f6aa7a683e81 List the twitter module by name in setup.py
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d da9eb448d87a Require simplejson 1.5
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 99460bd998e2 Testing to see if simplejson 1.3 is okay
dcli...@b35c0ba3-1128-0410-9219-0b39014e361d 4805aee792f0 Initial commit of python-twitter.