huginn/huginn

Agent for scheduled list of static events

オープン

#1,936 opened on 2017/03/14

 (11 件のコメント) (0 件のリアクション) (0 人の担当者)Ruby (4,264 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (49,270 個のスター)
PR merge metrics
 (平均マージ 4d 2h) (30d で 15 merged PRs)

説明

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?

コントリビューターガイド