npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

nodepay-airdrop-bot

v1.0.0

Published

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

Readme

nodepay-airdrop-bot

A bot for automating Nodepay airdrop interactions, including session management and pinging with flexible connection options (proxy or direct).

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/dante4rt/nodepay-airdrop-bot.git
    cd nodepay-airdrop-bot
  2. Install the dependencies:

    npm install

Configuration

Before running the bot, you need to set up your configuration:

1. token.txt (Required)

To get your Bearer token:

  1. Register for a Nodepay account:

  2. 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:

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

  3. 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 (Optional)

Only required if you choose to use proxies when running the bot.

  • 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

When you start the bot, you'll be prompted to:

  1. Choose whether to use proxies or direct connection
  2. Select between single or multiple account mode

For smooth automation, use CapSolver to quickly solve CAPTCHAs and avoid delays.

Connection Modes

  1. Proxy Mode

    • Requires valid proxy.txt file
    • Uses different IP addresses for connections
    • Better for running multiple accounts
    • More anonymous operation
  2. Direct Mode

    • No proxy configuration needed
    • Uses your device's IP address
    • Simpler setup
    • Good for single account usage

Logs

The bot will log all activity, including:

  • Connection status for each session (UID)
  • Ping status for each session
  • Connection type (proxy/direct) used
  • IP address information (when using proxies)

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

Donations

If you would like to support the development of this project, you can make a donation using the following addresses:

  • Solana: GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
  • EVM: 0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
  • BTC: bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8

License

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