1.0.0 • Published 1 year ago

metamask-swiper-bot v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

  1. Clone this GitHub repository:

    git clone https://github.com/mahatotarit/metamask-swiper-bot.git
  2. 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.
  3. Generate RPC URLs:

    • Sign up for accounts on Alchemy and Infura services to get RPC URLs.
  4. Set Environment Variables:

    -Create a .env file in the root folder and input your actual values into it.

  5. Install Dependencies:

    • Navigate to the root folder of the project and install dependencies using yarn:
    yarn install

    or

    node i
  6. 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