I went to twitter’s API, it redirected me to google code, and the website wasn’t there. Any alternative twitter APIs, plus tutorials? thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try Tweepy: http://code.google.com/p/tweepy/
You can get to a tutorial wiki page for it at the same Google Code link.
To install it with easy_install, just run
easy_install tweepyTo install it with git:
To install it from source, download the source from http://pypi.python.org/pypi/tweepy then run something like: