multiversX-nft-holders
Generate a CSV and text file, which shows your NFTs holders and the displays a column of how many NFTs are in the wallet. You can also get all the holders holding NFTs with a specif trait.
You need to have Python installed on your machine or in the virtual environment.
Check your Python version by running:
$ python3 --versionCheck if pip is installed, otherwise install it:
$ pip helpAfter that run
$ pip install -r requirements.txtpython get-nfts-list.py --ticker EBUDDIES-e18a04python get-nfts-list.py --ticker EBUDDIES-e18a04 --trait_type Mouth --name Smilepython get-nfts-list.py --ticker EBUDDIES-e18a04 --duration 2python get-nfts-list.py --ticker EBUDDIES-e18a04 --trait_type Mouth --name Smile --duration 2Check the output folder for results.
If you want to distribute $LKMEX or ESDT to your holders you can use this script with the CSV file generated: https://github.com/xdevguild/esdt-and-lkmek-airdrop-scripts

