A Telegram bot that assists with language learning, using OpenAI for content generation and ElevenLabs for text-to-speech.
- Clone the repo:
git clone https://github.com/gregoiremotot/memfy-api - Install dependencies:
npm install - Create a
.envfile withOPENAI_API_KEY,ELEVENLABS_API_KEY, andTELEGRAM_TOKEN.
Run node app.js and interact with the bot on Telegram.
ISC