简体   繁体   English

我们如何将Twitter HomeTimeline推文存储到MSSQL数据库中?

[英]How can we store twitter HomeTimeline tweets into MSSQL database?

I have created Asp.net application in that I gets authentication token and secret to get twitter timeline. 我创建了Asp.net应用程序,其中获得了身份验证令牌和秘密来获取Twitter时间轴。
I succesfully getting all user home tweets. 我成功获得了所有用户主页的推文。
I want to store all tweets from user's home timeline in some interval(eq. xx seconds) asynchronously into my database. 我想以一定的时间间隔(例如xx秒)将用户主时间轴上的所有tweet异步存储到数据库中。

How it will done? 会如何做?

why reinvent the wheel?, this app (although php) is an archive for twitter. 为什么要重新发明轮子?,此应用程序(尽管php)是Twitter的存档。 lots of similar tools around too. 也有很多类似的工具。

http://pongsocket.com/tweetnest/ http://pongsocket.com/tweetnest/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM