AirDrop Tool for EOS tokens
https://developers.eos.io/eosio-home/v1.7.0/docs/getting-the-software
git clone https://github.com/LucienSong/iAirDrop.git iAirDrop
# Sleep seconds
interval = 15
# token contract account
token = '\"yourtokens\"'
# your account
sender = '\"account\"'
# amount and symbol
asset = '\"100.0000 SYM\"'
# memo
memo = '\" blablabla \"'
# wallet name and password
walletName = "wallet"
walletPass = "PW5-------walletPass--------GA"
cd iAirDrop
python iAirDrop.py