- Nodepay Account| Register: https://app.nodepay.ai/register
- Proxies Static Residental | FREE 10 PREMIUM PROXIES
- VPS (OPTIONAL) and Python3
- Open Nodepay and login to dashboard
- Press F12 or CTRL + SHIFT + I
- Select Console
- At the console, type
allow pasting
and press enter - Then type
localStorage.getItem('np_token')
and press enter - The text that appears is your nodepay token and copy the text
- Install Python For Windows: Python
- For Unix:
apt install python3 python3-pip -y
- Install requirements:
pip install -r requirements.txt
- Replace the proxies example in
proxies.txt
to your own proxies, please use only 10 proxies with proxies http only.
- Run :
python bot.py
- Press Enter then insert your nodepay token
If the following log appears, it means it is running successfully.
2024-07-30 04:37:18.263 | INFO | __main__:ping:110 - Ping successful: {'success': True, 'code': 0, 'msg': 'Success', 'data': {'ip_score': 88}}
2024-07-30 04:37:48.621 | INFO | __main__:ping:110 - Ping successful: {'success': True, 'code': 0, 'msg': 'Success', 'data': {'ip_score': 90}}
2024-07-30 04:38:18.968 | INFO | __main__:ping:110 - Ping successful: {'success': True, 'code': 0, 'msg': 'Success', 'data': {'ip_score': 94}}
2024-07-30 04:38:59.338 | INFO | __main__:ping:110 - Ping successful: {'success': True, 'code': 0, 'msg': 'Success', 'data': {'ip_score': 98}}
- One account only can connect with 10 Proxies
- 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.