Telegram bot for trading on BitMEX exchange. Built with Nodejs, socket.io, telegraf.js and Firebase
Install npm
npm
is installed with Node.js Download Node.js and npm
Install all required packages with npm install
Navigate to /src/config/
and place Firestore keys into firestoreKeys.json
Run in that folder git update-index --assume-unchanged firestoreKeys.json
to ignore local git changes
Server uses live socket quote updates from BitMEX. Available here
Run npm start
to start. Server started on http://localhost:9004/
Contributions of all sizes are welcome. You can also help by reporting bugs.
This project is under the MIT License