Skip to content

Telegram quiz bot capable to report results to ReportPortal

Notifications You must be signed in to change notification settings

VolhaKarenko/rpquiz

 
 

Repository files navigation

Quiz Bot

Configuration

Parameter Default Value Description
PORT 4200 Server Port
RP_HOST https://rp.epam.com ReportPortal URL
RP_UUID ReportPortal UUID
RP_PROJECT Project results will be reported to
TG_TOKEN Telegram Token
DB_FILE qabot.db Internal Session DB file name
LOGGING_LEVEL info Logging level:debug,info,warn,error

Running in DEV mode (live reloading in enabled)

docker-compose up --build --force-recreate

Building and running in production mode

docker-compose -f docker-compose-prod.yml up -d --build --force-recreate

About

Telegram quiz bot capable to report results to ReportPortal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.5%
  • Makefile 3.3%
  • Dockerfile 3.1%
  • Python 3.0%
  • HCL 0.1%