Skip to content

im-hanzou/blockpad-automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Blockpad Automate

Blockpad Testnet automate perform task script.

Tools and components required

  1. Blockpad Account, Register here: https://testnet.blockpad.fun/register
  2. Blockpad Account Bearer Token
  3. VPS or RDP (OPTIONAL)

How to get Bearer Token

  1. Open your browser console, here's the tutorial YouTube
  2. Paste this script to browser console:
try {
const token = localStorage.getItem('token');
if (token) {
  console.log('Token found:', token);
} else {
  console.log('No token found in localStorage, Please login blockpad first: https://testnet.blockpad.fun/register?ref=TZSXOS');
}
} catch (error) {
console.error('Error accessing localStorage:', error);
}
  1. The token must be like: eyJhbGciXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Installation

  • Install Python For Windows: Python
  • For Unix:
apt install python3 python3-pip git -y
  • For Termux:
pkg install python python-pip git -y
git clone https://github.com/im-hanzou/blockpad-automate

Requirements installation

  • Make sure you already in bot folder:
cd blockpad-automate

Windows and Termux:

pip install -r requirements.txt

Unix:

pip3 install -r requirements.txt

Run the Bot

  • Windows and Termux:
python main.py
  • Unix:
python3 main.py
  • Then insert your Bearer Token

Notes

  • Run this bot, use my referral code if you don't have one.
  • You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
  • This bot is for educational purposes only.