Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.41 KB

ReadMe.md

File metadata and controls

35 lines (19 loc) · 1.41 KB

BitMEX Trader Bot

Build Status GitHub license PRs Welcome

Telegram bot for trading on BitMEX exchange. Built with Nodejs, socket.io, telegraf.js and Firebase

Start Messaging

Get started

Install npm

npm is installed with Node.js Download Node.js and npm

Install all required packages with npm install

Setup

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/

Contributing

Contributions of all sizes are welcome. You can also help by reporting bugs.

License

This project is under the MIT License