* This is prerelease software, the current release does not represent the final quality of the product.
Yuuko is a free and open source Discord bot that integrates with the AniList API, providing the users with useful commands for viewing anime, manga, getting recommendations, viewing AniList users profiles without opening a browser tab, and many more. Yuuko is the product of two bots being merged together (AniSuggest by TibixDev and TheCultureMan by crackheadakira). It is actively maintained.
- Clone the repository
- Generate an rsa keypair using
mkdir -p ./RSA & ssh-keygen -t rsa -f ./RSA/id_rsa -C id_rsa
- Run
yarn
- Edit the file called
.env.local
and change theTOKEN
in it - Run
yarn start
- Make sure
TRUSTED_USERS
includes your Discord ID in.env
, so you can update the bot if needed. - Do the same as in Simple Installation, except instead of running
yarn start
, runsh start.sh
. - You can update the bot by running the
update
command. (Rebooting will be included in the future)
- You can disable certain commands by changing their
.js
prefix, or by deleting the command file entirely. Beware though, some commands likeanime
andmanga
are hooked into by other commands, so deleting hookable commands will also cause those to break.
Feel free to create pull requests for any improvements you feel like making, but only do so if they have to do with the core idea of the bot, and they implement/fix actual functionality. In your pull request you should ideally describe what you changed, and why changed it.
Licensed under the MIT license:
Copyright 2021 - 2022 Yuuko Developers
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
We take security very seriously. If you think you found a security vulnerability in our software please send us a message on Discord or e-mail before disclosing anything publicly. We will rest assured take immediate action, and upon a valid submission you will optionally get a place in our Hall of Fame.