An automated trading bot system that monitors social signals and executes trades based on predefined strategies.
# Create virtual environment
python -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
- Copy
config/config.example.yaml
toconfig/config.yaml
- Update configuration values
- Set up environment variables in
.env
python main.py
- Data Collection: Real-time monitoring of Twitter and PumpDotFun
- Token Processing: Validation and matching of trading signals
- Trading: Automated trade execution with error handling
- Python 3.11+
- Type-hinted codebase
- Event-driven architecture
- Async-first approach