Skip to content

Arsdeep/BotWolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotWolf - A Discord Bot Powered by Google's Gemini

Introduction

Introducing BotWolf: Your AI-Powered Discord Companion

BotWolf is a cutting-edge Python-based Discord bot that harnesses the power of Google's Gemini to deliver intelligent and engaging responses. Designed to interact with users in your Discord server, BotWolf provides a unique conversational experience that simulates human-like interactions.

Quirky NLP Capabilities

BotWolf boasts advanced natural language processing capabilities, allowing users to chat with the bot in a conversational manner. Whether you're looking for information, entertainment, or simply someone to talk to, BotWolf is always ready to engage.

Image Processing and Summary

But that's not all. BotWolf can also process images and provide a concise summary of their content. This innovative feature enables users to share images and receive a detailed description, making it an invaluable tool for a wide range of applications. Experience the Future of Conversational AI

With BotWolf, you can enjoy a seamless and intuitive conversational experience that blurs the lines between human and AI interactions. Invite BotWolf to your Discord server today and discover a new level of engagement and interaction.

Features

  • Google Gemini Integration: Uses Google's Gemini to generate high-quality responses.
  • Interactive Commands: Supports various commands to interact with users.
  • Easy Setup: Simple to install and configure.
  • Customizable: Tailor the bot’s responses and behavior to suit your server’s needs.

Installation

  1. Clone the Repository:

    git clone https://github.com/yourusername/BotWolf.git
    cd BotWolf
  2. Create a Virtual Environment:

    python3 -m venv env
    source env/bin/activate  # On Windows use `env\Scripts\activate`
  3. Install Dependencies:

    pip install -r requirements.txt
  4. Set Up Environment Variables: Create a .env file in the root directory and add your Discord bot token and Gemini API key.

    GEMINI_API_KEY=your_gemini_api_key
    DISCORD_TOKEN=your_discord_bot_token
  5. Run the Bot:

    python botwolf.py

Usage

Once BotWolf is running, you can interact with it using commands mentioned below.

Basic Commands

  • ~status: BotWolf will show its status
  • ~<prompt>: Ask BotWolf any question, and it will respond using Google Gemini.

Example

User: ~status
BotWolf: I'm online, @You!

User: ~ask What is the capital of France?
BotWolf: The capital of France is Paris.

User: ~analyze + cat.png
BotWolf: This is an image of a funny looking brown cat

User: ~img generate a picture of cat in the moon   [Work in Progress]

Contributing

We welcome contributions to improve BotWolf! Here’s how you can help:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

Please ensure your code adheres to the project's coding standards and includes appropriate tests.

Acknowledgements

  • Thanks to Google Gemini for providing the AI capabilities.
  • Thanks to the Discord.py community for their comprehensive library.

Support

If you encounter any issues or have questions, feel free to open an issue on this github repository or contact me directly at arsdeepdewangan@gmail.com


Enjoy using BotWolf in your Discord server! 🚀


To Add the discord bot in ur Server, Use this link - Invite

About

An AI powered Discord Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published