Get Solana NFT holder list based on mint address list.
Clone the repo to have the source code.
git clone https://github.com/halaprix/getHolderSnapshot.git
Installation of the necessary dependencies: npm install
In order to use the program, you must have your token address list.
Finally, to obtain the list of holders, just execute the following command
node .\getSnapshot.js input.txt output.json
It should autoamtically clean up the input. If not - do the needful.