Skip to content

aphick/go-bot-feeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages