Skip to content

artkli/telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

telegram bot

uruchomienie jako serwis:

sudo vi /lib/systemd/system/telegram-bot.service
  [Unit]
  Description=Telegram Bot Service
  After=multi-user.target
  [Service]
  Type=idle
  ExecStart=/usr/bin/python3 /home/pi/tele/telegram_bot.py
  [Install]
  WantedBy=multi-user.target
sudo chmod 644 /lib/systemd/system/telegram-bot.service
sudo systemctl enable telegram-bot.service
sudo systemctl start telegram-bot.service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages