Skip to content

airdrophunterst/campnetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ᝰ.ᐟ Campnetwork Automate

Tool được phát triển bởi nhóm tele Airdrop Hunter Siêu Tốc (https://t.me/airdrophuntersieutoc)

Link tool: https://amautomarket.com/products/campnetwork-automate

Link: https://www.campnetwork.xyz/

Features :

  • Auto regular tasks on the CampNetwork platform
  • Auto connect twitter
  • Auto task twitter assignments (Subscriptions, Follow)
  • Faucet claim
  • Auto Ref
  • Onchain Mint NFT
  • Multi-account, support proxy, threads...
  • Detailed Execution Statistics

1. Installation

Windows

pip install -r requirements.txt

Linux/MacOS

pip3 install -r requirements.txt

2 .Setup input data

  • files/private.txt: lưu privatekey ví evm

  • files/proxy.txt: lưu proxy định dạng http://user:pass@ip:port

  • files/ref_codes.txt: lưu ref code

  • files/cookies_twitter.txt: lưu cookie twitter

  • Các file khác (KHÔNG CẦN QUAN TÂM): reserve_proxy.txt (lưu proxy dự phòng khi có 1 proxy đang chạy bị chết), reserve_twitter.txt (lưu auth_token dự phòng twitter khi có 1 token nào đó bị lỗi hoặc hết hạn ), twitter.txt (lưu auth_token của twitter, mặc định sẽ tự lấy khi setup không cần làm thủ công đoạn này)

3 .Setup twitter.txt

  • Như đã đề cập ở bước 2, twitter.txt lưu auth_token được lấy ra từ cookie của twitter:

  • Nếu bạn muốn làm thủ công thì bỏ qua bước này chỉ cần tìm key auth_token trong cookie rồi lấy giá trị đó ra là đc VD: e3c1570af0e256bd700...

  • Nếu muốn tự động, lấy cookies từ twitter trước sau đó lưu vào cookies_twitter.txt, sau đó chạy lệnh python setup.py, auth_token sẽ được lưu vào twitter.txt

  • Hướng dẫn lấy cookies twitter, try cập twitter => F12 => tab network => chọn api bất kỳ => tìm xuống có cookie (copy hết đoạn đó bỏ vào) cookies_twitter.txt, ảnh dưới:

cookie

4 .Setup .env

Mở file .env

(SOLVECAPTCHA_API_KEY dùng để faucet, không có không faucet được )

5. Setup bot files/settings.json

In files/settings.json, you can change the following settings | Trong file files/settings.json, đọc note để hiểu và áp dụng cách setup bot chạy tránh lỗi:

{
  "use_ssl": false,
  "onchain": {
    "use_faucet": true,  //dùng để faucet (ví phải có ít nhất 3 giao dịch trên etherum mới faucet được)
    "multiple_mint": false, //dùng để min nhiều lần (mặc định false sẽ chỉ mint mỗi NFT 1 lần)
    "random_mint": false  //random số lần mint
  },
  "twitter": {
    "enabled": true,  //dùng để kết nối twitter
    "delay_between_actions": {   // delay giữa các nhiệm vụ twittter, lưu ý khi chạy số lượng lớn account nên dãn khoảng các giữa min và max lên
      "min": 30,  //thấp nhất 30s
      "max": 60
    },
    "delay_between_quests": {  //cách hoạt động tương tự delay trên
      "min": 30,
      "max": 60
    }
  },
  "quests": {
    "delay_between_quests": { //cách hoạt động tương tự delay trên
      "min": 20,
      "max": 40
    }
  },
  "referrals": {
    "use_random_from_db": false,   //dùng để lấy referral code từ db
    "use_only_file_codes": true  // dùng để lấy ref code từ files/ref_codes.txt
  },
  "wallets": {
    "range": {   // range chạy mỗi lần (0,0) sẽ chạy tất cả, nếu bạn chỉ muốn chạy mỗi lần 10  acc thì để start: 0, end: 9
      "start": 0,
      "end": 0
    },
    "startup_delay": {  //delay start mỗi account, tương tự cách hoạt động các delay khác, acc càng nhiều dãn khoảng cách min/max càng lơn ra
      "min": 0,
      "max": 60
    }
  },
  "resources": {  // thử lại
    "auto_replace": true,
    "max_failures": 3
  }
}

6. Run tool

python main.py

Lưu ý: Lần đầu chạy hoặc khi có wallet mới import vào thì chọn option 1 trước để import wallet vào database trước khi chạy task

Lưu ý trong quá trình cài đặt nếu xung đột thư viện, chuyển qua dùng môi trường venv, làm theo cách sau

Windows

py -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.py

Linux/MacOS

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors