Skip to content

Bluefissure/OtterBot

Repository files navigation

OtterBot

ActionsStatus CodeFactor license

A QQ bot for Final Fantasy XIV (mostly served for CN server).

Install

Please read wiki for more details.

  • python 3.9+
  • redis-server 4.0+
  • django, channels and so on (see requirements.txt for details)
  • adminLTE for the front-end

Use

Please read wiki for more details.

  • /cat : require an image of cat (crawled from pexels)
  • /search $item : search $item in FFXIVWIKI
  • /anime $image : search the animation of $image (whatanime API token required)
  • /random $num : require $num true random numbers (random.org API token required)
  • /gif : generate an shadiao gif via sorry.xuty.tk (/gif help : get help)
  • /dps : get the dps rank from fflogs

Docker

Please read wiki for more details.