Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Twitter instead of Google Analytics using keyword debt

Anyone tried this? How do you access twitter api? https://dev.twitter.com/docs/api?

Thanks!

1 response

There are python wrappers around the Twitter API available. If you google "python twitter" you see what I mean. Here are at least two:

1) https://github.com/bear/python-twitter
2) https://github.com/sixohsix/twitter

The second link is the module that is used in the O'Reilly book Mining the Social Web. It's a decent book dealing with how to mine various statistics from Twitter.