- Create a venv (virtual environment):
python3 -m venv venv
(or any other Python 3.9+ version); source venv/bin/activate && pip install -r requirements.txt
;- Move
supportbot.service
to/etc/systemd/system
; - Open that file and change values for
WorkingDirectory
,ExecStart
andEnvironmentFile
providing the correct path values; - Start your bot and enable its autostart:
sudo systemctl enable supportbot.service --now
; - Check your bots status and logs:
systemctl status supportbot.service
.
-
Notifications
You must be signed in to change notification settings - Fork 0
bikmetle/RemontKvartirStambul_bot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published