https://github.com/omgrod/vibecheckr
https://github.com/omgrod/vibecheckr
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omgrod/vibecheckr
- Owner: OmgRod
- License: mit
- Created: 2025-07-29T10:51:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T14:40:53.000Z (10 months ago)
- Last Synced: 2025-08-21T17:12:35.579Z (10 months ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VibeCheckr


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
1. Clone the repo:
```bash
git clone https://github.com/OmgRod/VibeCheckr.git
cd vibecheckr
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Create a `.env` file with your bot token:
```bash
BOT_TOKEN=your_token_here
```
4. Run the bot:
```bash
python bot.py
```
## License
MIT License. See [LICENSE](LICENSE).