Skip to content

πŸ€– Hivera Telegram bot automation for auto-claiming tasks & power boosting | @zsan0x

Notifications You must be signed in to change notification settings

zsan0x/HiveraBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– HiveraBot

HiveraBot Logo

Python Version License Telegram

Your ultimate automation companion for Hivera Telegram bot πŸš€

✨ Features

  • 🎯 Smart Task Management

    • Auto-fetch daily tasks and missions
    • Intelligent task completion algorithms
    • Real-time task status monitoring
  • πŸ”„ Power Boost Automation

    • Automated contribution system
    • Strategic power boosting
    • Optimal timing calculations
  • πŸ›‘οΈ Multi-Account Support

    • Secure proxy integration
    • Account rotation mechanism
    • Load balancing capabilities

πŸš€ Getting Started

Prerequisites

  • Python 3.8 or higher
  • Termux (for Android users)
  • Basic knowledge of Telegram bots

πŸ”§ Installation

  1. Clone the repository

    git clone https://github.com/zsan0x/HiveraBot.git
    cd HiveraBot
  2. Install dependencies

    pip install -r requirements.txt
  3. Set up configuration files

    • config.json: Bot settings
    • auth_data.txt: Authentication data
    • proxies.txt: Proxy list (optional)

πŸ” Authentication Setup

Getting Your Auth Data

  1. Navigate to the Hivera website
  2. Log in to your account
  3. Open Developer Tools (Ctrl+Shift+I or Cmd+Option+I)
  4. Go to the Network tab
  5. Filter requests by XHR
  6. Look for requests containing auth_data
  7. Copy the auth_data value

Auth Data Location

πŸ“± Running on Termux

git clone https://github.com/zsan0x/HiveraBot
cd HiveraBot
pip install -r requirements.txt
nano config.json
nano auth_data.txt
nano proxies.txt
python main.py

βš™οΈ Configuration

Edit config.json to customize your bot:

{
    "auto_claim": true,
    "auto_contribute": true,
    "auto_contribute_timer": 300,
    "use_proxy": false
}

πŸ“ Project Structure

HiveraBot/
β”œβ”€β”€ main.py           # Main bot script
β”œβ”€β”€ config.json       # Configuration file
β”œβ”€β”€ auth_data.txt     # Authentication data
β”œβ”€β”€ proxies.txt       # Proxy list
└── requirements.txt  # Python dependencies

🀝 Support & Contact

πŸ“œ License

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

⚠️ Disclaimer

This bot is for educational purposes only. Use at your own risk and make sure to comply with Hivera's terms of service.


Made with ❀️ by @zsan0x

⭐ Star this repo if you found it useful! ⭐

About

πŸ€– Hivera Telegram bot automation for auto-claiming tasks & power boosting | @zsan0x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages