使用Twitter连接器获取推文 [英] Getting tweets using Twitter connector

查看:223
本文介绍了使用Twitter连接器获取推文的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在尝试使用Twitter连接器来查找某些主题标签,但我们希望从某个日期开始. .从12月1日起,我有什么方法可以提取包含#testworld1的hastag标签的推文.

WE are trying out the Twitter connector to look for certain hashtags but we want from a certain date. . Is there any way i can extract tweets containing the hastag say #testworld1 from 1st Dec. 

我们希望将这段时间的所有推文保存到blob文件中.

We want all the tweets form this period to be saved onto a blob file. 

任何人都使用Logiapps尝试过此操作,是否有任何建议/帮助.

has anyone tried this using Logiapps, any advice/help pls.

谢谢


推荐答案

自2017年12月1日至2018年12月,您将不得不使用诸如 #azure之类的搜索文字12-06 .这样的查询也可以在Twitter网站上使用.

You will have to use a search text like #azure since:2017-12-01 until:2018-12-06. Such a query also works on the Twitter website as well.

要注意的是,连接器似乎正在使用Standard API端点,该端点仅允许访问最近7天的tweet.推荐官员 doc .

The catch is that the connector seems to be using the Standard API endpoint which gives access to only the last 7 days worth of tweets. Refer official doc.

您可以在 UserVoice .

You could raise a feature request for supporting the Premium endpoints on UserVoice.

作为解决方法,您可以只使用 高级搜索直接使用REST API.

As a workaround, you could just use the HTTP Action connector to call the Twitter Premium Search REST API directly.

一旦获得了这些推文,只需使用 Azure Blob存储连接器将其保存到Blob中.

Once you have the tweets, just use the Azure Blob Storage connector to save them into a blob.


这篇关于使用Twitter连接器获取推文的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆