You would use the Twitter Streaming API to accomplish this. You would setup a listener for your keywords and whenever there is an update, new tweets will be pushed to you.
You may have seen the following clause:
You may not use Twitter Content or other data collected from end users of your Client to create or maintain a separate status update or social network database or service.
What this basically means is that you cannot re-create Twitter. But it is acceptable to collect these tweets for analysis and for usage of the dataset as service augmentation. There are many companies doing this today.
If the organisation gives you permission to tweet on their behalf. Then you should be allowed to do this, as there's loads of apps that send tweets on your behalf - if you agree to letting them.
发布评论
评论(2)
您可以使用 Twitter Streaming API 来完成此操作。您可以为您的关键字设置一个监听器,每当有更新时,新的推文就会推送给您。
您可能见过以下条款:
这基本上意味着您无法重新创建 Twitter。但收集这些推文进行分析以及使用数据集作为服务增强是可以接受的。今天有很多公司这样做。
https://dev.twitter.com/terms/api-terms
You would use the Twitter Streaming API to accomplish this. You would setup a listener for your keywords and whenever there is an update, new tweets will be pushed to you.
You may have seen the following clause:
What this basically means is that you cannot re-create Twitter. But it is acceptable to collect these tweets for analysis and for usage of the dataset as service augmentation. There are many companies doing this today.
https://dev.twitter.com/terms/api-terms
如果该组织允许您代表他们发推文。那么你应该被允许这样做,因为有很多应用程序可以代表你发送推文 - 如果你同意的话。
If the organisation gives you permission to tweet on their behalf. Then you should be allowed to do this, as there's loads of apps that send tweets on your behalf - if you agree to letting them.