Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 962 Bytes

README.md

File metadata and controls

49 lines (26 loc) · 962 Bytes

LNMBOT

LNMBOT was made like exercices and is your responsability use it for trading, do not use this bot whitout supervision

this is a trading bot using lnmarkets

for running this bot you need python 3.10 or superior

- clone this repository

git clone https://github.com/kpn256/lnmBot.git

- create a virtual enviorment and install the requirements.txt file

  • download venv

    pip install virtualvenv

  • create virtual enviorment

    virtualenv venv

  • activate virtual enviorment

linux source venv/bin/activate

windows source venv/script/activate

  • install requirements

    pip install -r requirements.txt

in module constants.py put your api credentials of your lnmarkets acount.

and run the module main.py for start operation

unix python3 main.py

windows py main.py

you can change the parameters of operation in the bot.py module .