Skip to content

moreveal/rainbowhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RainbowHash Telegram Bot (#MemHash booster)

This project is a Telegram bot designed to facilitate the purchase of a script that boosts mining speed in the game #MemHash.

Features

  • User-friendly interface for purchasing the mining speed boost script.
  • Automated handling of purchase and refund processes.
  • Easily configurable environment variables for deployment flexibility.

Getting Started

Prerequisites

  1. Python 3.7+: Ensure you have Python installed. You can download it here.
  2. Telegram Bot API Token: Obtain a bot token from BotFather on Telegram.

Installation

  1. Clone the repository:

    git clone https://github.com/your-repo/memhash-boost-bot.git
    cd memhash-boost-bot```
    
  2. Set up a virtual environment:

    python -m venv venv
    source venv/bin/activate # For Windows: venv\Scripts\activate
    
    
  3. Install dependencies: pip install -r requirements.txt

  4. Set up environment variables:

    RAINBOWHASH_API_TOKEN: Your bot API token

    RAINBOWHASH_ALL_REFUND: Whether to enable auto-refund (set to true for testing)

    Create a .env file in the project root or export these variables in your environment

    Example .env file:

    RAINBOWHASH_API_TOKEN=your_bot_token
    RAINBOWHASH_ALL_REFUND=true
    

Running the bot

Start the bot with:

python main.py

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published