Skip to content

freelance888/telegram-climate-news-bot

Repository files navigation

Telegram Official Creative Society Bot

Hosting

Oracle Cloude

  1. Видео по которому создавал виртуалку. https://youtu.be/18o6UcF0nnQ

  1. После создания подключился к виртуалке по ssh.

  1. На виртуалке сгенерил ssh ключ и добавил себе в настройки моего GitHub профиля что бы можно было туда склонить проект бота..

  1. Установил питон нужной версии. Python 3.9.15

  1. pip install -r requirements.txt

  1. cp config.py.example config.py настроить конфиги.

  1. Заупустил бота в фоновом режиме следующей командой nohup python climate_news_bot.py &

Как убить фоноый процесс бота.

You can find the process and its process ID with this command:

ps ax | grep climate_news_bot.py

# or
# list of running processes Python

ps -fA | grep python

ps stands for process status

If you want to stop the execution, you can kill it with the kill command:

kill PID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages