huginn/huginn

Agent for scheduled list of static events

Open

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

在 GitHub 查看
 (11 评论) (0 反应) (0 负责人)Ruby (49,270 star) (4,264 fork)batch import
help wanted

描述

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?

贡献者指南