资 源 简 介
Twitter_oauth is a Python module for Twitter API and OAuth.
The latest version is 0.1.0.
Installation
Tutorial
Sample Code
Installation
Linux
From PyPI
It is easy to install from PyPI.
$ sudo easy_install twitter_oauth
### From Source ###
Download the archive file.
Then, change the directory in witch the download file exists,
and tar the file.
$ tar -vxzf twitter_oauth-0.1.0.tar.gz
Then, chage the directory and do the python command.
$ cd twitter_oauth-0.1.0$ sudo python setup.py install
Tutorial
First, you shold have two keys,
"consumer key", "consumer secret".
If you don"t have "consumer key" and "consumer secret",
you cat get these keys to register your application to Twitter.
You cat register your application at next URL.
http://twitter.com/apps
Then, you shold get two keys,