Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch1kulya/abatabot
Anime img discord bot made for fun
https://github.com/ch1kulya/abatabot
anime-bot discord discord-bot
Last synced: 26 days ago
JSON representation
Anime img discord bot made for fun
- Host: GitHub
- URL: https://github.com/ch1kulya/abatabot
- Owner: ch1kulya
- License: mit
- Created: 2024-10-01T23:17:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T17:42:44.000Z (about 2 months ago)
- Last Synced: 2024-11-21T18:31:58.965Z (about 2 months ago)
- Topics: anime-bot, discord, discord-bot
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Abata Bot
is a Discord bot that provides random anime images and titles from SFW and NSFW content categories.
### Usage
- `/waifu` command to get random waifu images.
- `/random` command to fetch random Anilibria titles.
- `/nekos` command to get random neko images.
- `/hmtai` command to get random hentai images.### Prerequisites
- **Python**: Ensure you have Python installed. You can download it from [python.org](https://www.python.org/).
- **Bot Token**: Create a Discord bot and obtain its token from the [Discord Developer Portal](https://discord.com/developers/applications).### Installation
1. **Clone the Repository**:
```bash
git clone https://github.com/ch1kulya/AbataBot.git
cd AbataBot
```2. **Install Dependencies**:
```bash
pip install -r requirements.txt
```3. **Configure Environment Variables**:
- Create a `.env` file in the project root:```env
DISCORD_TOKEN=bot_token
```
- Replace `bot_token` with your actual Discord bot token.### Deployment
1. **Run the Bot**:
```bash
python bot.py
```2. **Invite the Bot to Your Server**:
- Generate an invite link from the Discord Developer Portal with the necessary permissions and add the bot to your desired server.#### Contributing is encouraged 🤗