View on GitHub

Kotoha-slack

A slack command integration for kotoha, a great chrome extension to find Anime quotes!

Download this project as a .zip file Download this project as a tar.gz file

kotoha-slack

A slack command integration for kotoha, a great chrome extension to find Anime quotes!

demo

How it works

From any channel, just type:

/kotoha keyword [search term]

Or if you want to search from a title of Animes:

/kotoha tag [search term]

Currently, most of quotes are in Japanese, but you are welcomed to add a new one using kotoha extension from Chrome.

Integrate to your Slack

  1. Go to your channel and select Customize Slack
  2. From the side menu, select Configure apps
  3. Select Custom Integrations and you will see Slash Commands on the list
  4. Click on Add Configuration and input information below
    img_3
  5. You are ready to go!

Developing kotoha-slack

This command is written in python and runs on heroku.

After clone the project, install required libraries:

$ pip install -r requirements.txt

then, run with DEBUG mode

$ DEBUG=True python app.py

Acknowledgement

Many Thanks to konifar twitter, github for letting me use the api of kotoha :)

License

MIT License. Copyright (c) 2016 Tomoaki Imai

Contributing