Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.