Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azhtom/botnance
A crypto trading bot for Binance.
https://github.com/azhtom/botnance
Last synced: 3 months ago
JSON representation
A crypto trading bot for Binance.
- Host: GitHub
- URL: https://github.com/azhtom/botnance
- Owner: azhtom
- Created: 2021-02-21T03:21:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T05:07:35.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T19:54:08.274Z (6 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - azhtom/botnance - A crypto trading bot for Binance. (Python)
README
# Botnance
Botnance is a simple bot trading based on Crypto Trading Bot Project created by Larry.
## Requirements
- Docker
- Docker Compose
- Binance API key## Prepare
Copy .env.example to .env and replace all values according to your trading criteria```env
API_KEY=binanceapikey
API_SECRET=binancesecretkey
TRADE_SYMBOL=symbol
TRADE_QUANTITY=0.5
WS_URL=wss://stream.binance.com:9443/ws/dogebusd@kline_1m
```
For more information, you can watch this video https://www.youtube.com/watch?v=GdlFhF6gjKo## Usage
```bash
docker-compose up
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0)