Skip to content

akasakaid/pocketfitod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PocketFiTod

Auto claim for pocketfi bot on telegram every 1 hour

Table of Contents

Features

  • Auto Claim
  • Multi Account Support
  • Auto Claim Daily Boost

Register

Click the following link to register : https://t.me/pocketfi_bot/Mining?startapp=629438076

How to Use

Windows

  1. Make sure you computer was installed python and git.

    python site : https://python.org

    git site : https://git-scm.com/

  2. Clone this repository

    git clone https://github.com/akasakaid/pocketfitod.git
  3. goto pocketfitod directory

    cd pocketfitod
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. fill the data.txt file with your data, how to get data you can refer to How to Get Data

  6. execute the main program

    python bot.py
    

Linux

  1. Make sure you computer was installed python and git.

    python

    sudo apt install python3 python3-pip

    git

    sudo apt install git
  2. Clone this repository

    git clone https://github.com/akasakaid/pocketfitod.git
  3. goto pocketfitod directory

    cd pocketfitod
  4. Install the require library

    python3 -m pip install -r requirements.txt
    
  5. fill the data.txt file with your data, how to get data you can refer to How to Get Data

  6. execute the main program

    python bot.py
    

Termux

  1. Make sure you termux was installed python and git.

    python

    pkg install python
    

    git

    pkg install git
    
  2. Clone this repository

    git clone https://github.com/akasakaid/pocketfitod.git
  3. goto pocketfitod directory

    cd pocketfitod
    
  4. install the require library

    python -m pip install -r requirements.txt
    
  5. fill the data.txt file with your data, how to get data you can refer to How to Get Data

  6. execute the main program

    python bot.py
    

How to Get Data

  1. Active web inspecting in telegram app, How to activate follow the video https://youtu.be/NYxHmck_GjE
  2. Goto gamee bot and open the apps
  3. Press F12 on your keyboard to open devtool or right click on app and select Inspect
  4. Goto console menu and copy javascript code then paste on console menu
  5. If you don't receive error message, it means you successfully copy telegram data then paste on data.txt (1 line for 1 telegram data)

Example telegram data

query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
  1. If you want to add more account. Just paste telegram second account data in line number 2.

Maybe like this sample in below

1.query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx
2.query_id=xxxxxxxxxx&user=xxxxxxfirst_namexxxxxlast_namexxxxxxxusernamexxxxxxxlanguage_codexxxxxxxallows_write_to_pmxxxxxxx&auth_date=xxxxxx&hash=xxxxxxxxxxxxxxxxxxxxx

Video Guide to Get Data

The require data is same like pixelversebot so you can watch same tutorial / video guide to get data !

Here : https://youtu.be/KTZW9A75guI

Javascript Command to Get Telegram Data for Desktop

copy(Telegram.WebApp.initData)

Run for 24/7

You can run the script bot for 24/7 using vps / rdp. You can use screen application in vps linux to running the script bot in background process

Discussion

If you have an question or something you can ask in here : @sdsproject_chat

Support

To support me you can buy me a coffee via website in below

Thank you < 3

Releases

No releases published

Packages

No packages published

Languages