Skip to content
/ iyashi Public
forked from Doarakko/iyashi

"iyashi" is a slack bot that randomly returns the pictures of animals you posted. When you post a picture of an animal, it will be automatically classified and registered.

License

Notifications You must be signed in to change notification settings

howtv/iyashi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iyashi

"iyashi" is a slack bot that randomly returns the pictures of animals you posted.

When you post a picture of an animal, it will be automatically classified and registered.

If you have a heroku account, you can use it without coding.

example

What is "iyashi"

"iyashi" is a Japanese word meaning "soothing" or "healing" mentally and physically.

We need "iyashi", let's get "iyashi"!

Demo

I prepared slack workspace for demo.

Feel free to use.

Slack workspace for demo

Requirements

  • Heroku account
  • Slack bot token

You need to invite slack bot to the channel you want "iyashi".

Usage

Click "Deploy to Heroku" Button and enter your environment valiables.

Deploy

Supported animals

  • cat
    • cat
    • nyan
    • にゃーん
    • ニャーン
  • chinchilla
    • chinchilla
    • チンチラ
    • ちんちら
  • dog
    • dog
    • wanwan
    • わんわん
    • ワンワン
  • hedgehog
    • hedgehog
    • ハリネズミ
    • はりねずみ
  • owl
    • owl
    • フクロウ
    • ふくろう
    • ほーほー
    • ホーホー

Please create an issue if you have any animals you would like to see supported!

Run on local

docker-compose up

Add file manually

docker exec -it iyashi_app python scripts/add.py -a <animal> -u <image url>

Delete file manually

docker exec -it iyashi_app python scripts/delete.py -u <image url>

About

"iyashi" is a slack bot that randomly returns the pictures of animals you posted. When you post a picture of an animal, it will be automatically classified and registered.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.9%
  • Dockerfile 2.7%
  • Shell 1.4%