** 📢 Стартовый шаблон telegram bot by gef3dx
- 👉 Клонируйте репозиторий
git clone https://github.com/gef3dx/tg-bot.git
- 👉 Перейдите в папку
cd tg-bot
- 👉 Устанавливаем
DockerиDocker-compose - 👉 Собираем проект
docker-compose build
- 👉 Запускаем проект
docker-compose up
- 👉 Для остановки
docker-compose down
- 👉 Клонируйте репозиторий
git clone https://github.com/gef3dx/tg-bot.git
- 👉 Перейдите в папку
cd tg-bot
- 👉 Создайте виртуализацию VENV
python -m venv venv
- 👉 Установите зависимости requirements
pip install -r requirements.txt
- 👉 Создайте файл
.envи запишите в негоTG_TOKEN = "token" - 👉 Запустите файл
main.pyв Python 3.11 или новее
** 📢 Start tempate telegram bot by gef3dx
- 👉 Сlone repository
git clone https://github.com/gef3dx/tg-bot.git
- 👉 go to the pack
cd tg-bot
- 👉 Install
DockerandDocker-compose - 👉 Build project
docker-compose build
- 👉 Run project
docker-compose up
- 👉 Stop project
docker-compose down
- 👉 Сlone repository
git clone https://github.com/gef3dx/tg-bot.git
- 👉 go to the pack
cd tg-bot
- 👉 Create VENV
python -m venv venv
- 👉 Install requirements
pip install -r requirements.txt
- 👉 Create file
.envand write two variablesTG_TOKEN = "token" - 👉 Run file
main.pyin Python 3.11 or older
