Warning
twitter_client is discontinued.
twitter_client (PyPI) is a Python client for Twitter APIs, currently supports:
- Search API - Search Method
Current Version: 0.1a1 (2008-10-12) License: Apache License 2.0
Contents
2 Getting the Source
Only directly checking out from repository can have samples and unittest files.
2.1 Checking out from Subversion repository
svn checkout http://yjl.googlecode.com/svn/trunk/twitter-python-client twitter-python-client
2.2 Downloading the source tarball
It can be downloaded on PyPI.
3 Installation
3.1 Using setuptools to install system-wide
Run the following as root:
easy_install twitter_client
The command above will take care of the dependencies. Once it’s done, run:
python -m twitter_client
If you see nothing, then the package should be installed correctly.
3.2 Using setuptools to install other place
easy_install --install-dir PATH twitter_client
Note that the PATH must be in PYTHONPATH environment variable.
3.3 From Source
./setup.py install
To install other place, please read the help ./setup.py install --help
4 Problems or Suggestions?
Leave a comment or create a new issue.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.