
VibeCheckr
A powerful Discord bot that checks the vibe using transformer-based models.
A powerful Discord bot that checks the vibe using transformer-based models. Built with discord.py, transformers, and custom emotion detection logic.
Features
- Emotion detection powered by HuggingFace models
- Fast and async-ready with
aiohttp - Easily configurable via
.env - Dashboard support
Installation
-
Clone the repo:
Terminal window git clone https://github.com/OmgRod/VibeCheckr.gitcd vibecheckr -
Install dependencies:
Terminal window pip install -r requirements.txt -
Create a
.envfile with your bot token:Terminal window BOT_TOKEN=your_token_here -
Run the bot:
Terminal window python bot.py
License
MIT License. See LICENSE.