A QQ bot of Final Fantasy XIV
Please read wiki for more details. For Windows enviroment please check Windows Dev Wiki for more information.
- python 3.5.3+
- redis-server 4.0+
- django, channels and so on (see requeirements.txt for details)
- coolq-wine(docker) for back-end bot
- coolq-http-api for web communication
- adminLTE for the front-end
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
This project is currently using django-channels to support reverse websocket of http-api, if you prefer http, see previous version- The http support is available since this commit.