Skip to content

rhannequin/ayouken-api

Repository files navigation

Ayouken API

Requirements

  • Ruby (current Gemfile version is 2.1.2)
  • Bundler ($ gem install bundler)

You will need a Twitter App to make this bot work as one of the feature is to interact with Twitter API. To do so, please check this page out and create your own Twitter application.

Install

$ git clone https://github.com/rhannequin/ayouken-api.git
$ cd ayouken-api
$ bundle install
$ cp config.example.yml config.yml

Then edit config.yml file to put your own configuration.

Launch

$ bundle exec foreman start

By default, the server is launched on port 5000, so you can visit localhost:5000.

Testing

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages