-
First step : init your telegram bot
Search @BotFather submit "/newbot" And name this bot -
Second step : Save token
it will generate the token copy this text to login_file -
make your token path
mkdir ./login_info nano ./login_info/aka_Marcus_bot.txt # paste token information
poetry env info
poetry lock
poetry install
poetry shell
python telegram_Server.py
