Skip to content

A Telegram bot that helps manage and automate comments on pump.fun platform. The bot supports token promotion, channel growth, and automated engagement through AI-generated comments.

Notifications You must be signed in to change notification settings

joaointech/pumpfun-comment-bot

Repository files navigation

PumpFun Comment Bot 🤖

A Telegram bot that helps manage and automate comments on pump.fun platform. The bot supports token promotion, channel growth, and automated engagement through AI-generated comments.

Features 🌟

  • Token Promotion: Generate and post bullish comments for Solana tokens
  • Channel Growth: Promote Telegram channels across multiple tokens
  • AI-Powered Comments: Uses GPT-3.5 to generate context-aware, natural-sounding comments
  • User Pool Management: Smart management of user accounts with health tracking
  • Proxy Support: Built-in proxy management system (optional)
  • Anti-Detection: Text obfuscation and natural delays between actions

Prerequisites 📋

  • Python 3.8+
  • A Telegram Bot Token (get from @BotFather)
  • OpenAI API Key
  • 2Captcha API Key

Installation 🚀

  1. Clone the repository:
git clone https://github.com/yourusername/pumpfun-comment.git
cd pumpfun-comment
  1. Install required packages:
pip install -r requirements.txt
  1. Create a .env file in the root directory with your API keys:
OPENAI_API_KEY=your_openai_api_key
TELEGRAM_BOT_TOKEN=your_telegram_bot_token
CAPTCHA_API_KEY=your_2captcha_api_key

Usage 💡

  1. Start the bot:
python telegram_bot.py
  1. Interact with the bot on Telegram:
  • /start - Launch the bot interface
  • Use the menu to:
    • Generate bullish comments
    • Promote your Telegram channel
    • View and manage active tasks
    • Stop running bots

Configuration ⚙️

  • Edit config.py to customize:
    • Maximum comments per token
    • Delay between comments
    • Proxy settings
    • User pool size

File Structure 📁

pumpfun-comment/
├── main.py              # Core bot functionality
├── telegram_bot.py      # Telegram bot interface
├── token_generator.py   # AI comment generation
├── proxy_manager.py     # Proxy handling
├── text_obfuscator.py  # Text manipulation
├── db_handler.py       # Database operations
└── requirements.txt    # Project dependencies

Security 🔒

  • API keys and tokens are stored in .env file
  • SSL verification for API requests
  • Rate limiting and natural delays
  • User agent rotation
  • Text obfuscation

Contributing 🤝

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

Disclaimer ⚠️

This bot is for educational purposes only. Users are responsible for complying with platform rules and regulations. We do not guarantee specific results from promotional activities.

License 📄

MIT License - see LICENSE file for details

About

A Telegram bot that helps manage and automate comments on pump.fun platform. The bot supports token promotion, channel growth, and automated engagement through AI-generated comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages