Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System requirements

  • Python 3.11+
  • Docker

Configuration

Project configuration .env is env file

The context variables used in rendering/writing the configuration are:

Name Type Meaning
BOT_TOKEN str Telegram bot token
GOOGLE_..._SPREADSHEET_KEY str Spreadsheet key of connected sheet
GOOGLE_..._WORKSHEET_ID int Spreadsheet id of connected sheet

Testing and deployment automation

The project build and run with Dockerfile, that why you need firstly install docker. Run docker build --network=host -t <my-bot-image> . and then docker run --network=host -d --name my-bot-container my-bot

About

Basic template of TelegramBot with Tortoise-ORM.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages