Skip to content

Quickly buy a Bitcoin pair on Binance and sell at a specified return.

Notifications You must be signed in to change notification settings

sellerscrisp/binance-quick-buy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Quick Buy

This little application allows a user to quickly buy a Bitcoin pair on Binance and sell at a specified return.

Installation

# Update the API_KEY and API_SECRET variables in `settings_template.py`. 
# Rename the file:
mv settings_template.py settings.py
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py

Additional Configuration

On lines 45 and 72, change client.create_test_order to client.create_order. To change the return value of the sell order, edit line 68 where the value is currently set to 1.5.

Technologies

  1. Python 3.8.5
  2. python-binance

About

Quickly buy a Bitcoin pair on Binance and sell at a specified return.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages