Twitter 提要阅读器
我刚刚读了这篇关于将标签打印机转换为主题标签检查器/打印机的 gizmodo 文章。
http:// www.lifehacker.com.au/2011/10/hack-a-label-printer-into-a-twitter-hashtag-ticker/
虽然硬件很酷,但我想了解 Twitter API。我如何使用 Python 对用户的推文执行相同的操作?
谢谢!
最大限度
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您首先阅读众多 python twitter 库之一。我之前使用过以下一个 http://code.google.com/p/python-twitter /
之后你只需要一个线程和一个计时器。
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.
Twitter 开发人员文档非常全面且良好。
The Twitter developer documentation is quite comprehensive and good.