https://github.com/fromatom/pukiwiki-idobata
pukiwiki' rss notify idobata.io
https://github.com/fromatom/pukiwiki-idobata
Last synced: 7 months 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T16:41:57.000Z (almost 12 years ago)
- Last Synced: 2025-02-17T13:47:17.761Z (over 1 year 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
[](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.