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.
- Supports multiple bearer tokens (accounts)
- Automatically retries on server errors
- Logs success/failure with colorful output
- Runs infinitely until stopped manually
-
Clone this repo
git clone https://github.com/dante4rt/polyflow-airdrop-bot.git cd polyflow-airdrop-bot
-
Install dependencies
npm install
-
Add your image
Make sure your image is namedIMAGE.jpg
and placed in the root folder. -
Get your Bearer Token
-
Visit: PolyFlow App
-
Open DevTools > Console
-
Run:
localStorage.getItem("token")
-
Copy the token returned
-
-
Create
BEARERS.json
In the project root, create a file namedBEARERS.json
and insert your tokens as an array:[ "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...." ]
npm start
The bot will loop endlessly, rotating through all tokens and submitting invoices every few seconds.
This project is for educational purposes only. Use responsibly and respect all platform rules. We are not affiliated with PolyFlow.
Feel free to open issues or submit pull requests if you have improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
Made with 💚 by HappyCuanAirdrop