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
- Host: GitHub
- URL: https://github.com/ichbinleoon/anisearch-discord-bot
- Owner: IchBinLeoon
- License: gpl-3.0
- Created: 2020-09-14T20:10:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T19:31:03.000Z (over 1 year ago)
- Last Synced: 2024-01-14T04:41:02.472Z (over 1 year ago)
- Topics: anilist, anime, anisearch, bot, discord, discord-py, kitsu, myanimelist, python3
- Language: Python
- Homepage: https://ichbinleoon.github.io/anisearch-discord-bot/
- Size: 8.74 MB
- Stars: 27
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔍 AniSearch
[](https://top.gg/bot/737236600878137363)
[](https://discord.gg/Bv94yQYZM8)
[](https://github.com/IchBinLeoon/anisearch-discord-bot/actions/workflows/codeql-analysis.yml)
[](https://github.com/IchBinLeoon/anisearch-discord-bot/actions/workflows/black.yml)
[](https://ichbinleoon.github.io/anisearch-discord-bot/)
[](https://github.com/IchBinLeoon/anisearch-discord-bot/blob/main/LICENSE)The source code of the AniSearch Bot.
[](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.