注册 Nodepay.ai : https://app.nodepay.ai/register
此脚本旨在在服务器上使用多个代理运行。
git clone https://github.com/Gzgod/nodepaynew.git
cd nodepaynew
更新代理
wget https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/all.txt && mv all.txt proxy.txt
- 打开链接并登录 https://app.nodepay.ai/
- 按 F12 打开控制台,并输入代码(Ctrl + Shift + i 进行检查)
- 在控制台中输入
localStorage.getItem('np_token');
- 控制台中打印的文本就是您的 NP_TOKEN,复制并粘贴到
np_token.txt
- 将您的代理放入
proxy.txt
文件中,例如:http://username:pass@ip:port
pip install -r requirements.txt
python3 main.py
如果运行正常,您将看到如下日志:
2024-07-30 04:37:18.263 | Ping 成功: {'success': True, 'code': 0, 'msg': '成功', 'data': {'ip_score': 88}}
2024-07-30 04:37:48.621 | Ping 成功: {'success': True, 'code': 0, 'msg': '成功', 'data': {'ip_score': 90}}
2024-07-30 04:38:18.968 | Ping 成功: {'success': True, 'code': 0, 'msg': '成功', 'data': {'ip_score': 94}}
2024-07-30 04:38:59.338 | Ping 成功: {'success': True, 'code': 0, 'msg': '成功', 'data': {'ip_score': 98}}