1.0.0 • Published 2 years ago
metamask-swiper-bot v1.0.0
A Telegram-Bot-Integrated Metamask Swiper Bot
Watches each block for a balance update, and if one is detected, burns all that Native token by transferring Native token with the highest possible transaction fee, effectively burning it from the account.
Instructions
Clone this GitHub repository:
git clone https://github.com/mahatotarit/metamask-swiper-bot.gitCreate a Telegram Bot:
- Go to @BotFather on Telegram and create a new bot. Copy the bot token provided. (required: start first time the bot)
- Visit @userinfobot and get your Telegram user ID.
Generate RPC URLs:
Set Environment Variables:
-Create a
.envfile in the root folder and input your actual values into it.Install Dependencies:
- Navigate to the root folder of the project and install dependencies using yarn:
yarn installor
node iRun the Bot:
- Finally, start the bot using the following command:
yarn startor
node index.js
Additional Notes
- Update
.envfile with your specific configurations.
1.0.0
2 years ago