Skip to content

Repository files navigation

⚙️ Pharos Automation BOT (Multi-Dapps)

Link: https://testnet.pharosnetwork.xyz/experience

🚨 Attention Before Running Cli Version

I am not responsible for the possibility of an account being banned!

🤖 Features Dapps

Pharos Testnet BOT

  • Daily check-ins
  • Faucet claims
  • Token swap, LP add, wrap/unwrap
  • Proxy rotation + multi-account

Gotchipus BOT

  • NFT minting
  • Wearable claims
  • Same wallet support
  • Auto Claim Daily Check-In

OpenFi BOT

  • Faucet mint
  • Deposit/lend/borrow
  • Auto Repay
  • Fully automated DeFi tasks

Brokex BOT

  • USDT faucet claims
  • Auto trades
  • Auto Add & Withdraw Liquidity Pool
  • Auto Make Random Open & Close Potition

Faroswap BOT

  • Auto Deposit PHRS to WPHRS
  • Auto Withdraw WPHRS to PHRS
  • Auto Swap With Random Pairs
  • Auto Add Liquidity Pool
  • Multi Accounts

🔧 Requirements

  • Python 3.9+
  • pip or pip3 for dependency installs

🚀 Quick Start Guide

  1. Clone this Repo
git clone https://github.com/airdrophunterst/pharos_dapps
cd pharos_dapps
  1. Install Dependencies
pip install -r requirements.txt
# or
pip3 install -r requirements.txt
  1. Add Your Keys & Proxies

Create privateKeys.txt:

your_private_key_1
your_private_key_2

Create proxy.txt:

127.0.0.1:8080
http://127.0.0.1:8080
http://user:pass@127.0.0.1:8080
  1. Start bot
python main.py

or

python3 main.py

If you run into issues:

pip uninstall library_name
pip install library_name==exact_version

Releases

Packages

Contributors

Languages