Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/utgwkk/reimu-chan

A Ruby reimplementation of Marisa-chan
https://github.com/utgwkk/reimu-chan

Last synced: about 1 month ago
JSON representation

A Ruby reimplementation of Marisa-chan

Awesome Lists containing this project

README

        

# reimu-chan
A Ruby reimplementation of Marisa-chan ([utgw/marisa-chan](https://github.com/utgw/marisa-chan))

## Requirements
* Ruby 2.3.0
* Bundler

## How to use

```sh
$ gem install bundler # if you didn't install bundler
$ bundle install

# config variables
$ export TWITTER_CONSUMER_KEY="YOUR_TWITTER_CONSUMER_KEY"
...

# start!
$ bundle exec ruby reimuchan.rb
```