Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 2.07 KB

README.md

File metadata and controls

64 lines (37 loc) · 2.07 KB

PumpFun Comment Bot

The Pumpfun Comment Bot is an open-source utility that automates the process of adding comments to your projects. It supports both thread mode and shill mode for versatile engagement strategies.

This bot enhances interaction and engagement on your projects by automating comment posting. It provides a user-friendly interface, employs human-like comments, offers multiple operational modes, and integrates advanced anti-captcha functionality.

Overview

Screenshot 2024-09-08 132902

Welcome to the Comment Bot for PumpFun! This handy tool automates the process of posting comments on the PumpFun platform.

Contact info

  • discord: @erikerik116

  • telegram: @erikerik116

Features

  • 🤖 Automated Commenting: Effortlessly post comments on PumpFun using a list of predefined comments..
  • ✍️ User Input: Engage with a prompt to enter your desired link before launching the bot.

Installation Instructions

  1. Clone or Download the Repository:

    You can easily clone the repository using Git or download it as a ZIP file.

    • Clone using Git:

      git clone https://github.com/erikerik116/pumpfun-comment-bot.git
    • Download as ZIP:

      • Go to the repository page and click on the Code button, then select Download ZIP.
  2. Navigate to the Project Directory:

    Open your terminal or command prompt and navigate to the project directory:

    cd pumpfun-comment-bot
    
  3. Install Dependencies:

    Run the following command to install the required packages:

    npm install
    

Usage Instructions

  1. Prepare the Comments File:

    Check the file named words.txt in the project directory. This file should contain the comments you want to post, with each comment on a new line. For example: Great job! 🎉 Amazing work! 🌟

  2. Run the Bot:

Execute the bot by running the following command in the terminal:

 node main.js  

(be sure to be in the correct folder