aphick / go-bot-feeds

RSS, Atom and JSON feed parser plugin for go-chat-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-bot-feeds

RSS, Atom and JSON feed parser plugin for go-chat-bot.

Requires on the FEEDS, and FEEDS_CRON environment variables to be set.

FEEDS is a comma seperated list of gofeed compatible feeds (RSS, ATOM, JSON).

FEEDS="https://www.nasa.gov/rss/dyn/breaking_news.rss,https://blog.archive.org/atom"

FEEDS_CRON is the frequency of polling in cron syntax. Currently does not support DoW!!

FEEDS_CRON="8 0 * * * *"

About

RSS, Atom and JSON feed parser plugin for go-chat-bot


Languages

Language:Go 100.0%