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.
- 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
- Python 3.8+
- A Telegram Bot Token (get from @BotFather)
- OpenAI API Key
- 2Captcha API Key
- Clone the repository:
git clone https://github.com/yourusername/pumpfun-comment.git
cd pumpfun-comment- Install required packages:
pip install -r requirements.txt- Create a
.envfile 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- Start the bot:
python telegram_bot.py- 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
- Edit
config.pyto customize:- Maximum comments per token
- Delay between comments
- Proxy settings
- User pool size
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
- API keys and tokens are stored in
.envfile - SSL verification for API requests
- Rate limiting and natural delays
- User agent rotation
- Text obfuscation
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
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.
MIT License - see LICENSE file for details