Skip to content

iobodianskyi/bi-trader-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://localhost:9004/

Contributing

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

License

This project is under the MIT License