Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/utgwkk/reimu-chan
- Owner: utgwkk
- License: mit
- Created: 2016-01-16T06:44:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T09:11:38.000Z (over 8 years ago)
- Last Synced: 2024-04-20T08:59:57.958Z (7 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```