Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 906 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 906 Bytes

KuCoin_Stop_Loss_Alert

This is a simple Python script that sends you a Telegram message if your stop loss on KuCoin has been hit.
Python 3.8 Code style: black MIT License


Dependencies

The required packages to run this code can be found in the requirements.txt file. To run this file, execute the following code block:

$ pip install -r requirements.txt 

Alternatively, you can install the required packages manually like this:

$ pip install <package>

How to run

  • Clone the repository
  • Run $ python src/main.py
  • See result