Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I just read this gizmodo article about converting a label printer into a hashtag checker/printer.

http://www.lifehacker.com.au/2011/10/hack-a-label-printer-into-a-twitter-hashtag-ticker/

While the hardware is cool, I'd like to understand the Twitter API. How would I do the same for tweets from a user, and using Python?

Thanks!

Max

share|improve this question

2 Answers

May I suggest you start by reading one of the many python twitter libraries. I have used the following one before http://code.google.com/p/python-twitter/

After that you just need a thread and a timer.

share|improve this answer

The Twitter developer documentation is quite comprehensive and good.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.