Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODEPAY NETWORK

img

A bot for automating Nodepay airdrop interactions, including session management and pinging with proxy support.


Requirements

  1. Node.js (version 14 or higher)
  2. npm (Node package manager)

Installation

To get started with the Nodepay Airdrop Bot:

  1. Clone the repository:
git clone https://github.com/Rambeboy/nodepay-network-bot.git && cd nodepay-network-bot
  1. Install the dependencies:
npm install

Configuration

Before running the bot, you need to create two text files:

1. token.txt

To get your Bearer token:

  1. Register for a Nodepay account:
  1. Get your token:
  • Open DevTools in your browser (right-click > Inspect or press Ctrl+Shift+I).

  • Go to the Console tab in DevTools.

  • Type the following command to get your token:

    javascript localStorage.getItem('np_webapp_token') 
  • This will return the Bearer token. Copy the token (without the Bearer prefix, just the alphanumeric string).

  1. Paste the token in token.txt:
  • Create a token.txt file in the root of your project and paste your token in the file (one token per line).

  • Example token.txt:

ey...
ey...
ey...

2. proxy.txt

  • Add your proxy details in proxy.txt. Each line should have the format:
host:port:username:password
  • Example:
123.45.67.89:8080:username:password
123.45.67.89:8080:username:password
123.45.67.89:8080:username:password

Running the Bot

To start the bot, run the following command:

npm start

The bot will begin the process of connecting to the session, sending pings, and logging relevant information.


Logs

The bot will log the status and activity, including:

  • Connection status for each session (UID).
  • Ping status for each session.
  • IP address used for each proxy.

Logs are stored in bot.log and can also be seen in the console.


License

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


node

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages