Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 510 Bytes

File metadata and controls

20 lines (15 loc) · 510 Bytes

FindProductBot

A Telegram bot to find products in https://tuenvio.cu.

#Configuration You can configure the bot accord to your necessities with the fallow environment vars.

token    = "TOKEN" // Necessary

// webhook Environment vars. If you don't want to use webhook no configure this variables.
domain   = "DOMAIN"
path     = "PATH"
port     = "PORT"
withCert = "WITH_CERT"
certPath = "CERT_PATH"
keyPath  = "KEY_PATH"

#Run Exec the fallow command in the project directory:

go run ./