Skip to content

kpn256/lnmBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages