https://github.com/gabrielrf/chatgpt-telegram-bot
https://github.com/gabrielrf/chatgpt-telegram-bot
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielrf/chatgpt-telegram-bot
- Owner: GabrielRF
- Created: 2023-05-13T15:32:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T00:08:52.000Z (over 1 year ago)
- Last Synced: 2024-12-31T11:24:00.168Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# ChatGPT Telegram Bot
Post sobre o repositório: [blog.gabrf.com/posts/ChatGPTTelegram](https://blog.gabrf.com/posts/ChatGPTTelegram/)
## Requisitos
Listados no arquivo *requirements.txt*
```
pytelegrambotapi==4.11.0
openai==0.27.6
urllib3==1.25.8
```
## Serverless
O deploy deste bot é feito usando [Serverless.com](https://serverless.com).
## Bot
Bot funcionando em uma função Lambda da AWS com webhook.
## setWebhook
Arquivo usado para definir a URL do webhook. É o último passo do deploy.