【发布时间】:2011-11-14 10:24:09
【问题描述】:
我想根据来自另一个 Twitter 帐户的关键字自动从一个用户帐户发布推文。例如,这是我目前在 Pipes 中设置的内容:
使用 Fetch Site Feed - http://twitter.com/homesincypress
过滤器 - 允许符合以下任何一项的项目...
item.title > Contains #bridgelands
item.title > Contains #bridgeland
item.title > Contains bridgeland
item.title > Contains bridgelands
过滤器 - 阻止符合以下任何一项的项目...
item.title > Matches regex - RT.*RT
通过从 Pipes 输出中获取 RSS 并使用 TwitterFeed 使用这些规则更新另一个 Twitter 帐户来输出到另一个 Twitter 帐户。
Tweet 看起来像这样 - “HomesinCypress:80 口畅游世界各地的布里奇兰。品酒和样板房之旅。19006 年 9 月 8 日 4-7 日,Cove Springs, Cypress 281-543-4947 。”
所以,这就是我想弄清楚的方法......
如何在 Pipes 中构造规则以将 HomesinCypress: 从推文中排除?
【问题讨论】:
-
链接到你的管道是个好主意
标签: regex twitter yahoo-pipes tweets