Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/5t111111/ruboty-feed

Ruboty plug-in to subscribe RSS/Atom feed.
https://github.com/5t111111/ruboty-feed

Last synced: 2 days ago
JSON representation

Ruboty plug-in to subscribe RSS/Atom feed.

Awesome Lists containing this project

README

        

# Ruboty::Feed

Ruboty plug-in to subscribe RSS feed (along with [ruboty-cron](https://github.com/r7kamura/ruboty-cron)).

## Usage

Fetch RSS/Atom Feed by providing a feed's URL.

```
@ruboty subscribe
```

However, as you usually want to subscribe a feed for fetching periodically, using ruboty-feed together with ruboty-cron is recommended.

```
@ruboty add job "0 * * * *" @ruboty subscribe
```