Skip to content

A simple discordpy-self bot that solves UnbelievaBoat's blackjack!

License

Notifications You must be signed in to change notification settings

sstock2005/bj-solver-disc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bj-solver-disc

bj-solver-disc is a Python-based Discord self-bot designed to automate and solve UnbelievaBoat's blackjack game.

Features

  • Automated Blackjack Solver: Leverages the discord.py-self library to interact with Discord and play UnbelievaBoat's blackjack game automatically.

  • Game Analysis: Includes an analyze.py script to see your bot's results in graph form!

Showcase

Screenshot 2024-12-18 203648 Screenshot 2024-12-18 203705 pie profit

Installation

  1. Clone the repository:

    git clone https://github.com/sstock2005/bj-solver-disc.git
  2. Navigate to the project directory:

    cd bj-solver-disc
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Configure the bot:

    • Ensure you have the necessary permissions and tokens to run a Discord self-bot.

    • Update the bot.py script with your Discord token.

  2. Run the bot:

    python bot.py
  3. Analyze game strategies (optional):

    • Use the analyze.py script to see your bot's results in graph form!
    python analyze.py

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the Apache-2.0 License.

Disclaimer

Using self-bots is against Discord's Terms of Service. This project is for educational purposes only. Use at your own risk.