Skip to content
VibeCheckr logo

VibeCheckr

A powerful Discord bot that checks the vibe using transformer-based models.

Python License

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:

    Terminal window
    git clone https://github.com/OmgRod/VibeCheckr.git
    cd vibecheckr
  2. Install dependencies:

    Terminal window
    pip install -r requirements.txt
  3. Create a .env file with your bot token:

    Terminal window
    BOT_TOKEN=your_token_here
  4. Run the bot:

    Terminal window
    python bot.py

License

MIT License. See LICENSE.