Skip to content

matthewdias/kitsu-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app lets you retrieve information from Kitsu. You can search users, anime, manga, and groups in the default compact mode, or in extended mode. It also supports unfurling Kitsu links into rich previews. By logging in with your Kitsu credentials via /login, you can enable additional features, specifically following users and adding/editing media. If you don't have an account, head over to Kitsu to get started.

Commands

/user [(ex)tended] [username] - Lookup a User
/user [(ex)tended] [@username] - Lookup by Slack name
/anime [(ex)tended] [anime title] - Lookup an Anime
/manga [(ex)tended] [manga title] - Lookup a Manga
/group [(ex)tended] [group name] - Lookup a Group
/login [username] [password] - Login to Kitsu
/logout - Logout of Kitsu
/kitsuhelp - Show this message

Privacy Policy

Your Kitsu credentials are not stored. They are exchanged for a key which is stored in a private database to make authenticated requests to the Kitsu API on your behalf.

Your Slack user and team ids are stored anonymously on the same private database, and are only used for looking up your user. No other Slack data is stored.

Support

Go here for support.

Installation

Use the official Slack app

Add to Slack

Or host it yourself
  1. Create a Slack app here

  2. Deploy the app

    Deploy

  3. Configure the Slack app like below, replacing kitsu-slack.herokuapp.com with the host for your app. You can customize the command keywords if you like.

    • Interactive Messages

    • Slash Commands

    • OAuth & Permissions

    • Event Subscriptions