telegram-bot

git clone https://github.com/ramo828/telegram-bot.git
cd telegram-bot
vim setting.py
Open the file and add your own settings.

pip install -r requirements.txt
Run the code to install the required packages.
python3 bot.py
To update linux automatic dns.
chmod +x init_ip.sh
crontab -e
Then add the following line.
*/5 * * * * ~/telegram-bot/init_ip.sh> /dev/null 2>&1

With this command dns will be updated every 5 minutes.