对于桌面应用程序Twitter的API库?

问题描述:

我正在寻找一种方式来获取从Twitter最近的帖子。真的,我只是希望能够抓住并存储有关从Twitter在文本文件中某一主题新帖。是否有任何现行计划或为此库(prefrably C ++,虽然蟒蛇是确定太)?会是什么人建议?

I'm looking for a way to fetch recent posts from twitter. Really I just want to be able to grab and store new posts about a certain topic from twitter in a text file. Are there any current programs or libraries which do this (prefrably C++, although python is ok too)? What would people suggest?

谢谢!

您可以检查API文档这里,一些被列出的项目:

you can check the API docs here, some of the projects that are listed there:

C ++

QTweetLib - C ++基于Qt的微博库

QTweetLib - C++ Qt based Twitter library

QTwitLib 通过布拉德利拉基&安培; MAKS唑啉。 C ++库支持Linux,Windows和Mac。目前处于测试阶段。自2009年以来无人维护。

QTwitLib by Bradley Lackey & Maks Zolin. C++ library for Linux, Windows, and Mac. Currently in beta. Unmaintained since 2009.

Twitcurl 通过马赫什。 C ++库,它使用curl库与Twitter的API HTTP交互。

Twitcurl by Mahesh. C++ library which uses curl library for HTTP interaction with Twitter API.

的Python

蟒蛇,叽叽喳喳这里

OAuth的蟒蛇-twitter2由Konpaku Kogasa 的。结合了蟒,Twitter和OAuth的蟒蛇,Twitter要创建一个演变的OAuth口袋妖怪。自2010年以来无人维护。

oauth-python-twitter2 by Konpaku Kogasa. Combines python-twitter and oauth-python-twitter to create an evolved OAuth Pokemon. Unmaintained since 2010.

中的python-twyt由安德鲁价格的。 BSD许可证Twitter的API接口库和命令行客户。项目停产了。

python-twyt by Andrew Price. BSD licensed Twitter API interface library and command line client. Project discontinued.

TWITTY捻达斯汀Sallings 的。双绞线接口到Twitter。

twitty-twister by Dustin Sallings. A Twisted interface to Twitter.

twython 通过瑞安麦格拉思。 REST和搜索库由蟒蛇,Twitter的启发。

twython by Ryan McGrath. REST and Search library inspired by python-twitter.

Tweepy 通过乔希Roesslein。支持OAuth的,搜索API,流API。

Tweepy by Josh Roesslein. Supports OAuth, Search API, Streaming API.