├── README.md ├── bot.bat ├── bot.py ├── libs ├── instaclient.py └── utils.py ├── proxy.txt └── users.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Awtxl/007spam-BOT/HEAD/README.md -------------------------------------------------------------------------------- /bot.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Awtxl/007spam-BOT/HEAD/bot.bat -------------------------------------------------------------------------------- /bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Awtxl/007spam-BOT/HEAD/bot.py -------------------------------------------------------------------------------- /libs/instaclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Awtxl/007spam-BOT/HEAD/libs/instaclient.py -------------------------------------------------------------------------------- /libs/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Awtxl/007spam-BOT/HEAD/libs/utils.py -------------------------------------------------------------------------------- /proxy.txt: -------------------------------------------------------------------------------- 1 | 127.0.0.1:8080 2 | -------------------------------------------------------------------------------- /users.txt: -------------------------------------------------------------------------------- 1 | username password --------------------------------------------------------------------------------