huginn/huginn

Agent for scheduled list of static events

开放

#1,936 创建于 2017年3月14日

 (11 条评论) (0 个反应) (0 位负责人)Ruby (4,264 个派生)batch import
help wanted

仓库指标

星标
 (49,270 个星标)
PR 合并指标
 (平均合并 4天 2小时) (30 天内合并 15 个 PR)

描述

Let's say we have an web agent that can fetch comments from a page like :username/comments, and we want to run it every 12 hours for a fixed list of usernames, so would need some sort of generator feeding a list of username via events.

A manual event works, but is currently unable to be scheduled. A CSV list works, but requires setting up a CSV file with all the data you want to send, and getting the formatting just right. A javascript agent works (don't think there's anything that can't be solved with it), but requires knowing javascript to get working.

Per @cantino's suggestion:

Maybe the ManualEventAgent should be extended to event any Static event and could be scheduled?

贡献者指南