Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwest951227/openaichatbottelegram
- Owner: jwest951227
- Created: 2024-04-29T10:16:15.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T11:18:27.000Z (9 months ago)
- Last Synced: 2024-11-16T17:03:42.561Z (2 months ago)
- Topics: ai, chatbot, rag, telegram-bot
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```