https://excalidraw.com/#room=768ac4b0d44b4cd3dd9a,q4d4_c1kbPPIurq-a1QmCg
To run this project, you will need to add the following environment variables to your .env file
#manually
touch srcs/.env
#or
./configure
#telegram info bot
API_TELEGRAM = token_bot
BOT_NAME = @your_bot_name
#telegram api compte
API_ID = api_id_telegram
API_HASH = api_hash_telegram
#api bybit and url for testnet or normal
API = api_bybit
API_SECRET = api_secret_bybit
URL = https://api-testnet.bybit.com
#channel telegram
SIGNAL_CHANNEL = @channel_where_get_signal or 1909090909
ID_CHANNEL = @your_channel_to_print_signal_receive
#run ./configure for setting your .env and auth telegram
make
#run docker and start the app
make
make down