Skip to content
/ langbot Public

Telegram + OpenAI + 70 lines of Lua + Custom Prompt = Language Tutor In Your Pocket

Notifications You must be signed in to change notification settings

dir01/langbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangBot

A quick and simple Telegram bot that uses OpenAI API to teach you languages. It's written in Lua because I wanted to write something in Lua.

Local Development

docker build . -t langbot; docker run -e TELEGRAM_BOT_TOKEN=$(cat ./tg-bot-token) -e OPENAI_TOKEN=$(cat ./openai-token) langbot

About

Telegram + OpenAI + 70 lines of Lua + Custom Prompt = Language Tutor In Your Pocket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages