module
0.0.0-20241118154835-5dc117ec570e
Repository: https://github.com/silenoid/lemonoid.git
Documentation: pkg.go.dev
# README
Lemonoid
Preconditions
The following environment variables are expected at startup:
Environment variable | Description |
---|---|
LEMONOID_TOKEN_TELEGRAM | Telegram bot token |
LEMONOID_TOKEN_OPENAI | OpenAi token |
LEMONOID_TOKEN_ELEVENLABS | ElevenLabs token |
Running
Run the application:
go run ./...
Testing
Run all tests:
go test ./...
TODO
- Persistance with Redis
- Use better Telegram bot client (that supports topic and more modern features)