Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jwest951227/openaichatbottelegram

telegram AI chatbot
https://github.com/jwest951227/openaichatbottelegram

ai chatbot rag telegram-bot

Last synced: about 3 hours ago
JSON representation

telegram AI chatbot

Awesome Lists containing this project

README

        

# This is OpenAI Telegram Bot

# Use Heroku CLI to deploy this bot

deploy repo to heroku
```
git add .
git commit -m "initial commit"
git push heroku master
```

Use the heroku ps command to scale web dynos (worker=1) [refer procfile]
```
heroku ps:scale worker=1
```

check logs details
```
heroku logs --tail
```