Skip to content

This bot is like a Telegram interface for Binance exchange.

License

Notifications You must be signed in to change notification settings

alex-bormotov/tg-trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

This bot it like a Telegram interface for Binance exchange

Multiple exchange accounts, switch between them

Show wallet balances, per coin and all positive

Placing limit orders, and canceling them

Changing orders status notification

Showing open orders

Show coin prices


Install

Update


Install

sudo apt-get update
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository \
   "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
   $(lsb_release -cs) \
   stable"
sudo apt-get update
sudo apt-get install docker.io git
git clone https://github.com/alex-bormotov/tg-trader
cd tg-trader
cp config.json.sample config.json

edit config.json

sudo docker build -t tg-trader .
sudo docker run tg-trader &

Update

cd tg-trader
sudo docker ps
sudo docker stop CONTAINER ID
sudo docker rm CONTAINER ID
sudo docker rmi tg-trader
git pull origin master
sudo docker build -t tg-trader .
sudo docker run tg-trader &

About

This bot is like a Telegram interface for Binance exchange.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published