StellarBot is a professional, fast, and reliable trading bot designed specifically for investing in the Stellar Network's decentralized exchange (DEX). With StellarBot, you can securely trade assets on the Stellar ledger and leverage real-time market opportunities.
Key features:
- Telegram Notification System: Stay updated with real-time trade and market alerts through a robust Telegram integration.
- Fast and Reliable: Optimized for performance and dependability, ensuring seamless execution of trades at any time.
- Decentralized Exchange Support: Fully compliant with the Stellar ecosystem for trading on the Stellar DEX.
For more information about the Stellar Network, visit Stellar Expert.
Ensure the following are installed before setting up StellarBot:
- Python 3.9+: Download Python
- Git: Install Git
- Docker (optional): Get Docker for containerized deployment
-
Clone the Repository:
git clone https://github.com/nguemechieu/stellarbot.git cd stellarbot
-
Set Up a Virtual Environment:
python -m venv venv source venv/bin/activate # On Windows: `venv\Scripts\activate`
-
Install Dependencies:
pip install -r requirements.txt
-
Configure StellarBot:
cp config.sample.json config.json # Customize `config.json` with your account settings and preferences
-
Run StellarBot:
python stellarbot.py
-
Build the Docker Image:
docker build -t stellarbot .
-
Run the Docker Container:
docker run -d --name stellarbot stellarbot
Alternatively, pull the pre-built image:
docker pull nguemechieu/stellarbot:latest
docker run -d --name stellarbot nguemechieu/stellarbot:latest
-
Start the bot:
python stellarbot.py start
-
Stop the bot:
python stellarbot.py stop
-
Check the bot's status:
python stellarbot.py status
Encounter issues? Visit the issue tracker for support and solutions.
StellarBot is released under the GPLv3 License.
We welcome contributions! Please review the Contributing Guidelines before submitting a pull request.
For further inquiries, reach out via email: nguemechieu@live.com.