huginn/huginn

Agent for scheduled list of static events

Open

#1,936 opened on 2017年3月14日

GitHub で見る
 (11 comments) (0 reactions) (0 assignees)Ruby (49,270 stars) (4,264 forks)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?

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