Skip to content

dante4rt/polyflow-airdrop-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polyflow-airdrop-bot

A simple automation bot to farm Scan2Earn points on PolyFlow by continuously uploading a predefined image and submitting it as an invoice. Built for educational and experimental purposes.


🔧 Features

  • Supports multiple bearer tokens (accounts)
  • Automatically retries on server errors
  • Logs success/failure with colorful output
  • Runs infinitely until stopped manually

🚀 Setup

  1. Clone this repo

    git clone https://github.com/dante4rt/polyflow-airdrop-bot.git
    cd polyflow-airdrop-bot
  2. Install dependencies

    npm install
  3. Add your image
    Make sure your image is named IMAGE.jpg and placed in the root folder.

  4. Get your Bearer Token

    • Visit: PolyFlow App

    • Open DevTools > Console

    • Run:

      localStorage.getItem("token")
    • Copy the token returned

  5. Create BEARERS.json
    In the project root, create a file named BEARERS.json and insert your tokens as an array:

    [
      "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....",
      "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...."
    ]

▶️ Run the bot

npm start

The bot will loop endlessly, rotating through all tokens and submitting invoices every few seconds.


📌 Disclaimer

This project is for educational purposes only. Use responsibly and respect all platform rules. We are not affiliated with PolyFlow.

Contributing

Feel free to open issues or submit pull requests if you have improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Made with 💚 by HappyCuanAirdrop

About

A simple automation bot to farm Scan2Earn points on PolyFlow by uploading and submitting invoices continuously.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published