This is raphGPT, a multi-modal Telegram bot built on top of the OpenAI API as a tool that @raphtlw can use to make tasks and communication move faster.
Prerequisites:
Requirement | Details |
---|---|
Operating systems | macOS 12+, Ubuntu 20.04+/Debian 10+, or Windows 11 via WSL2 |
Bun | v1.2 or newer (Latest recommended) |
RAM | 2-GB minimum (4-GB recommended) |
To develop effectively with proper autocomplete, you need to install dependencies:
cd telegram-bot
bun install
Launch a new terminal in the root of this project and run:
docker compose watch
It should start building Dockerfiles in telegram-bot and video-parser.
Auto-refreshes when changes are made.
Make a PR and I will review it.