Moving README to Markdown

This commit is contained in:
Ryan McGrath 2009-09-17 01:58:23 -04:00
parent a1c4b17c6d
commit d7d099b52d

View file

@ -1,5 +1,5 @@
Twython - Easy Twitter utilities in Python Twython - Easy Twitter utilities in Python
----------------------------------------------------------------------------------------------------- =========================================================================================
I wrote Twython because I found that other Python Twitter libraries weren't that up to date. Certain I wrote Twython because I found that other Python Twitter libraries weren't that up to date. Certain
things like the Search API, OAuth, etc, don't seem to be fully covered. This is my attempt at things like the Search API, OAuth, etc, don't seem to be fully covered. This is my attempt at
a library that offers more coverage. a library that offers more coverage.
@ -21,15 +21,15 @@ Requirements
Twython requires (much like Python-Twitter, because they had the right idea :D) a library called Twython requires (much like Python-Twitter, because they had the right idea :D) a library called
"simplejson". You can grab it at the following link: "simplejson". You can grab it at the following link:
http://pypi.python.org/pypi/simplejson > http://pypi.python.org/pypi/simplejson
Example Use Example Use
----------------------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------
import twython > import twython
>
twitter = twython.setup(authtype="Basic", username="example", password="example") > twitter = twython.setup(authtype="Basic", username="example", password="example")
twitter.updateStatus("See how easy this was?") > twitter.updateStatus("See how easy this was?")
Twython 3k Twython 3k