Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fromatom/pukiwiki-idobata
pukiwiki' rss notify idobata.io
https://github.com/fromatom/pukiwiki-idobata
Last synced: about 7 hours ago
JSON representation
pukiwiki' rss notify idobata.io
- Host: GitHub
- URL: https://github.com/fromatom/pukiwiki-idobata
- Owner: FromAtom
- Created: 2014-08-24T09:56:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T16:41:57.000Z (about 10 years ago)
- Last Synced: 2024-05-01T21:44:13.890Z (6 months ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pukiwiki-idobata
# Usage
## Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)## Set options
```sh
$ heroku config:set IDOBATA_HOOK_URL=
$ heroku config:set PUKIWIKI_RSS_URL=
```## Requier Add-Ons
You do not need to do the following process if you use the `Heroku Button`.### Redis To Go
```sh
$ heroku addons:add redistogo```
### Heroku Scheduler
```sh
$ heroku addons:add scheduler:standard
```
## Set job
Add a job `bundle exec ruby pukiwiki-watch-men.rb` on heroku scheduler.