| Service | Format | Example Command | Aliases |
|---|---|---|---|
| YouTube | MP3 Audio | /ytmp3 https://youtu.be/... |
yta, ytaudio |
| YouTube | MP4 Video (720p HD) | /ytmp4 https://youtu.be/... |
ytv, ytvideo |
| TikTok | Video/Images (Auto-detect) | /tt https://vm.tiktok.com/... |
tt, tiktokdl |
/menu # Show all commands
/stats # Show bot statistics# 1. Clone repository
git clone https://github.com/moo-d/AwaraBot && cd AwaraBot
# 2. Install dependencies
go mod tidy && npm install
# 3. Configure environment
cp .env.example .env
nano .env # Edit your configuration
# 4. Start the bot
npm run prod# .env Example
BOT_NAME=Awara| Component | Technology |
|---|---|
| Backend | Go (whatsmeow library) |
| Command System | TypeScript |
| IPC | STDIN/STDOUT |
| Database | SQLite (embedded) |
| Media Processing | FFmpeg |
