A smart and simple trading bot.
To download this project, please do: git clone https://github.com/tun43p/smart.git.
To install the dependencies, please do: pip3 install -r requirements.txt.
To setup the environment variables, please do: cp .env.example env/local.env.
Then, please fill the local.env file with the correct values.
To start a single job, please do: python3 main.py.
Don't forget to set the environment variables.
To start a bot, please do: BOT_NAME="YOUR_BOT_NAME" python3 -m bot.bot_file bot/bot_file.py.
Don't forget to set the environment variables for your bot.
cp .env.example env/smart.env
BOT_NAME="smart" python3 -m bot.telegram_bot bot/telegram_bot.py- tun43p - Initial work - tun43p.
This project is licensed under the MIT License, see the LICENSE file for details.