bj-solver-disc is a Python-based Discord self-bot designed to automate and solve UnbelievaBoat's blackjack game.
-
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!
-
Clone the repository:
git clone https://github.com/sstock2005/bj-solver-disc.git
-
Navigate to the project directory:
cd bj-solver-disc
-
Install the required dependencies:
pip install -r requirements.txt
-
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.
-
-
Run the bot:
python bot.py
-
Analyze game strategies (optional):
- Use the
analyze.py
script to see your bot's results in graph form!
python analyze.py
- Use the
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the Apache-2.0 License.
Using self-bots is against Discord's Terms of Service. This project is for educational purposes only. Use at your own risk.