An open API service indexing awesome lists of open source software.

https://github.com/ichbinleoon/anisearch-discord-bot

🔍📊 The source code of the AniSearch Bot
https://github.com/ichbinleoon/anisearch-discord-bot

anilist anime anisearch bot discord discord-py kitsu myanimelist python3

Last synced: about 2 months ago
JSON representation

🔍📊 The source code of the AniSearch Bot

Awesome Lists containing this project

README

        

# 🔍 AniSearch

[![Status](https://top.gg/api/widget/status/737236600878137363.svg)](https://top.gg/bot/737236600878137363)
[![Discord](https://img.shields.io/discord/835960108466176041?logo=discord&logoColor=ffffff)](https://discord.gg/Bv94yQYZM8)
[![CodeQL](https://github.com/IchBinLeoon/anisearch-discord-bot/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/IchBinLeoon/anisearch-discord-bot/actions/workflows/codeql-analysis.yml)
[![Black](https://github.com/IchBinLeoon/anisearch-discord-bot/actions/workflows/black.yml/badge.svg)](https://github.com/IchBinLeoon/anisearch-discord-bot/actions/workflows/black.yml)
[![Pages](https://img.shields.io/github/deployments/IchBinLeoon/anisearch-discord-bot/github-pages?label=github-pages)](https://ichbinleoon.github.io/anisearch-discord-bot/)
[![License](https://img.shields.io/github/license/IchBinLeoon/anisearch-discord-bot)](https://github.com/IchBinLeoon/anisearch-discord-bot/blob/main/LICENSE)

The source code of the AniSearch Bot.

[![Discord Bots](https://top.gg/api/widget/737236600878137363.svg)](https://top.gg/bot/737236600878137363)

# 🤝 Contribute
You have an idea or found a bug? Open [a new issue](https://github.com/IchBinLeoon/anisearch-discord-bot/issues) with detailed explanation.

You want to write code and add new things or fix a bug? Just fork, clone to your computer, and when you're done, open a pull request!

You can also join the [support server](https://discord.gg/Bv94yQYZM8) to ask your questions or get support!

# 🚀 Running
**I would prefer if you don't run an instance of my bot unless you want to contribute to the code.**

Use the official instance instead, which you can add to your server [here](https://discord.com/api/oauth2/authorize?client_id=737236600878137363&permissions=18432&scope=bot%20applications.commands)!

Nevertheless, the installation steps are as follows:

1. Make sure `Docker` and `Docker Compose` are installed.

2. Clone the repository and change the working directory.
```
git clone https://github.com/IchBinLeoon/anisearch-discord-bot
cd anisearch-discord-bot
```

3. Create a [Discord Application](https://discord.com/developers/applications).

4. Rename `.env.example` to `.env` and fill in `BOT_TOKEN`.

5. Build the images and run the bot along with the database.
```
docker-compose up -d
```

# ⚖️ License
This project is licensed under the GNU General Public License v3.0 (GPL-v3.0). See the [LICENSE](https://github.com/IchBinLeoon/anisearch-discord-bot/blob/main/LICENSE) file for more details.