An open API service indexing awesome lists of open source software.

https://github.com/dir01/langbot

Telegram + OpenAI + 70 lines of Lua + Custom Prompt = Language Tutor In Your Pocket
https://github.com/dir01/langbot

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```