Miriel is a Telegram bot developed based on OpenAI. Miriel can help you with coding, stories, and more.
- NodeJs v14.x or later
- Yarn or NPM
- Telegram bot. You can create a new Telegram bot from Bot Father
BOT_TOKEN
- Your Telegram bot token.OPENAI_API_KEY
- Your OpenAI API key. You can create a new API key from this.
- Clone this repository:
https://github.com/arifai/miriel.git
- Go to
miriel
folder withcd miriel
- Copy file
.env.example
to.env
- Run
yarn install
ornpm install
- Run with
yarn start
oryarn dev
for development mode