Skip to content

BumsBot: Farm Bums Airdrop - automated daily sign-ins, tapping, and auto upgrades

Notifications You must be signed in to change notification settings

Praveensenpai/bumsBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BumsBot

BumsBot is an automated bot for daily sign-ins, tapping, and handling upgrades on the Bums platform, managed with the uv package manager.

Features

  • Daily Sign-In: Automatically checks in each day.
  • Tap Task: Runs tapping tasks using user information.
  • Process Upgrades: Continues upgrading as long as there are available funds.
  • Error Handling: Logs errors and outputs status messages for easy tracking.

Setup

1. Clone the Repository

To clone the repository, run:

git clone https://github.com/Praveensenpai/bumsBot.git
cd bumsBot

2. Install uv Package Manager

Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Linux/macOS:

curl -LsSf https://astral.sh/uv/install.sh | sh

3. Sync Environment with uv

uv sync

4. Run the Bot

uv run main.py

.env Configuration

Create a .env file in the root directory with the following keys:

API_ID=45454
API_HASH=fdasfdsfadfad
REF_ID=ref_vJ8atdt5
SESSION_NAME=bums
PHONE=+91
SLEEP_DELAY_MINUTES=30  # Adjust the delay as needed
Key Description
API_ID Your Telegram API ID
API_HASH Your Telegram API Hash
REF_ID Referral ID
SESSION_NAME Session name, set to bums
PHONE Your phone number
SLEEP_DELAY_MINUTES Delay between tasks, in minutes

Getting Your Telegram API ID and Hash

To obtain the API ID and API Hash for Telegram, follow these steps:

  1. Log in to Telegram: Use the official Telegram Web or app to log in to your account.

  2. Access the Telegram Developer Portal:

  3. Create a New Application:

    • After logging in, click on API Development Tools.
    • Choose Create new application and fill in the required details, like the app name, platform (e.g., Desktop), and a short description.
  4. Get Your API ID and Hash:

    • Once you complete the form, Telegram will provide you with an API ID and API Hash. Copy these and paste them into your .env file for BumsBot.

These credentials allow your bot to interact with Telegram. Keep them secure and avoid sharing them publicly.


Notes

  • No Proxy: The bot operates without any proxy settings.
  • Single Session: Only one active session is supported at a time.
  • Future Enhancements: A task completion feature will be added in future updates.

About

BumsBot: Farm Bums Airdrop - automated daily sign-ins, tapping, and auto upgrades

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published