/blum-bot

Automate the Blum Crypto game on your Telegram bot with Blum Bot! This Python tool allows the game to run autonomously, utilizing the pynput and keyboard modules. Designed for Python 3.11.6, it's easy to set up and get started.

Primary LanguagePythonMIT LicenseMIT

Blum Bot

Automate the Blum Crypto game on your Telegram bot with Blum Bot! This Python tool allows the game to run autonomously, utilizing the pynput and keyboard modules. Designed for Python 3.11.6, it's easy to set up and get started.

Features

  • Automates the Blum Crypto game on Telegram.
  • Uses the termcolor,pynput, pyautogui, pygetwindow and keyboard modules for interaction.
  • Designed for Python 3.11.6.

Requirements

  • Python 3.11.6 (recommended)
  • termcolor module
  • pyautogui module
  • pygetwindow module
  • pynput module
  • keyboard module

Installation

Prerequisites

Make sure you have Python 3.11.6 installed on your system. You can download it from the official Python website.

Steps

  1. Clone the repository

    git clone https://github.com/DarkSkull777/blum-bot.git
    cd blum-bot
  2. Install the required modules

    Install the necessary Python modules using pip:

    pip install termcolor
    pip install colorama
    pip install pynput
    pip install keyboard
    pip install pyautogui
    pip install pygetwindow
  3. Run the script

    Execute the blumbot.py script:

    python blumbot.py

Download

If you prefer a standalone executable version of Blum Bot that does not require installing Python or any dependencies, you can download blumbot.exe from the below:

Download

Usage

Once the script is running, it will automate the Blum Crypto game on your Telegram bot. Ensure your Telegram bot is properly set up and configured to work with the Blum Crypto game.

Contributing

Contributions are welcome! Here's how you can contribute:

  1. Fork the repository

    Click on the "Fork" button at the top right of this page to create a copy of this repository on your GitHub account.

  2. Clone your forked repository

    git clone https://github.com/DarkSkull777/blum-bot.git
    cd blum-bot
  3. Create a new branch for your changes

    git checkout -b my-new-feature
  4. Make your changes

    Modify the code and add your new features or improvements.

  5. Commit your changes

    git add .
    git commit -m "Note"
  6. Push to your branch

    git push origin your-new-feature
  7. Create a Pull Request

    Open a pull request from your forked repository to the original repository.

Suggestions and Stars

If you have any suggestions or improvements, feel free to open an issue. If you like this repository and find it helpful, please give it a star ⭐!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or support, please open an issue or contact the repository owner on Telegram.


Enjoying!


Table of Contents
  1. Features
  2. Requirements
  3. Installation
  4. Download
  5. Usage
  6. Contributing
  7. License
  8. Contact