https://github.com/devoverid/pembantu-ai
Telegram AI Bot for Devover ID
https://github.com/devoverid/pembantu-ai
Last synced: 4 months ago
JSON representation
Telegram AI Bot for Devover ID
- Host: GitHub
- URL: https://github.com/devoverid/pembantu-ai
- Owner: devoverid
- Created: 2024-01-24T11:21:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-30T15:18:09.000Z (6 months ago)
- Last Synced: 2026-01-03T00:47:23.512Z (6 months ago)
- Language: Rust
- Size: 929 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pembantu AI
A telegram bot that can talk and help you
You can try the bot here: @PembantuAI_Bot
## TODO
- [x] Telegram bot
- [ ] Run Bahasa Indonesia models
- [ ] Learn context
- [ ] Add Whatsapp port
## Run locally
1. Clone the repository
```sh
git clone https://github.com/devoverid/pembantu-ai/
cd pembantu-ai
```
2. Clone .env file
```
cp .env.example .env
```
3. Set up your values in .env
```
TELOXIDE_TOKEN=
OPENROUTER_API=
RUST_LOG=trace
BOT_USERNAME=
```
5. Run the telegram bot
```
cargo run -p pembantu_telegram
```
## License
MIT