Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/5t111111/ruboty-feed
- Owner: 5t111111
- License: mit
- Created: 2016-05-06T13:57:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T10:03:40.000Z (almost 8 years ago)
- Last Synced: 2024-08-09T14:03:52.300Z (3 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```