Skip to content

Telegram bot with docker + postgres + python for learning languages

Notifications You must be signed in to change notification settings

avmlds/language_telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ROADMAP

  1. Add word input in quiz as word/word
  2. Add documentation
  3. Add weights for quiz
  4. Modify quiz, send messages based on the weights
  5. Add EDIT TRANSLATION
  6. Add LIST TRANSLATION
  7. Add internal "urban dictionary""

Usage

  1. Install docker & docker-compose
  2. Create .env file with variables:
POSTGRES_USER=postgres
POSTGRES_PASSWORD=POSTGRES_PASSWORD
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DATABASE=postgres
TELEGRAM_TOKEN="your telegram bot token"
  1. Run docker-compose up -d
  2. Interact with your bot!

About

Telegram bot with docker + postgres + python for learning languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages