Skip to content

capybara0-0/solana-token-holders-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Token Holders Scraper

This NodeJS script automates the process of scraping and filtering Solana token holders from the Solana blockchain.

Features

  • Scraping: Automates the retrieval of Solana token holder data directly from the blockchain.
  • Filtering: Implements logic to exclude holders listed in the provided whitelist.
  • Data Export: Outputs the processed data into an Excel file.

Output Format

The exported Excel file will contain the following columns:

Owner Address Token Account Token Amount Token Account State
example_addr1 example_acc1 100 Active

Prerequisites

Before you begin, ensure that NodeJS is installed on your system. Download and install NodeJS from the official Node.js website.

Configuration

To configure the scraper:

  1. Create a txt file inside the src directory if there is none and populate with the addresses you want to exclude for scrapping data.
  2. Open the src/constants/constatnt.js file and set your parameters.

Usage

To execute the script, navigate to the root directory of the project and run the following command in your terminal:

node src/index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published