1.0.0 • Published 1 year 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.git
Create 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
.env
file 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 install
or
node i
Run the Bot:
- Finally, start the bot using the following command:
yarn start
or
node index.js
Additional Notes
- Update
.env
file with your specific configurations.
1.0.0
1 year ago