Skip to content

dzuhri-auto/pitchtalk

Repository files navigation

PITCHTALK AUTO

PITCHTALK Telegram Mini App Bot (only using Query ID)

Bot Link: https://t.me/pitchtalk_bot/app?startapp=41abf6

Static Badge Static Badge Static Badge Static Badge

Features

  • Auto Claim Daily Check-in
  • Auto Farming
  • Auto Claim Friend Ref
  • Auto Clear Mission / Tasks
  • Auto Upgrade Character [PRO]
  • Auto Upgrade Boosts
  • Auto Create Battle Profile [PRO]
  • Auto Battle [PRO]
  • Auto Claim Staked NFT

FREE Version VS PRO Version

Feature FREE Version PRO Version
Max Multi-Accounts 🚫 Up to 2 Accounts ✅ Unlimited Accounts
Access to All Bot Features ❌ Limited ✅ Full Access

Subscribe PRO version here

Supported Operating Systems

  • VPS
  • Windows
  • Mac
  • Android (using Termux)

Prerequisites

Before setting up the bot, ensure the following are installed:

.env Settings

All the configurations can be set in the .env file.

Name Description Default
LICENSE_KEY LICENSE KEY
REF_ID Referral code My reff code
AUTO_UPGRADE_CHARACTER Auto upgrade character False
USE_RANDOM_DELAY_IN_RUN Activate delay before start the bot True
RANDOM_DELAY_IN_RUN Randomize delay in seconds before start the bot [5, 30]
USE_PROXY_FROM_FILE For using proxy False

How to obtain and use Query ID

To get the Query ID, read this guide.

Once you have the Query ID, add it to the query_ids.txt file.
If you're using multiple accounts, simply add each query ID on a new line, like this:

query_id=xxxxxxxxx-User1
query_id=xxxxxxxxx-User2

How to Use Proxy

To use proxy, read this guide.

To buy cheap proxy, buy cheap proxy here

Installation Guide

Step 1: Clone the Repository to Your PC / VPS

Run the following command to clone the repository:

git clone https://github.com/dzuhri-auto/pitchtalk.git

Step 2: Navigate to the Project Folder

Once cloned, navigate to the project directory:

cd pitchtalk

Step 3: Install the Dependencies

Run the following commands based on your operating system:

Windows (Using Powershell) :

py -m venv venv
.\venv\Scripts\Activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env-example .env

Mac / Linux :

python3 -m venv venv
source venv/bin/activate
pip3 install wheel
pip3 install -r requirements.txt
cp .env-example .env

Note : dont forget to edit .env file

Using the License Key

After installation, you need to input your license key in the .env file.

If you don't have a license key yet, you can purchase one here: Buy the license key

Once you have it, add it to your .env file like this:

LICENSE_KEY="Your License Key"

Starting the Bot

Run the bot using the following commands, depending on your operating system:

Windows (Using Powershell) :

.\venv\Scripts\Activate
py main.py

Mac / Linux :

source venv/bin/activate
python3 main.py

Releases

No releases published

Packages

No packages published

Languages