Klien resmi komunitas untuk Telegram Forensics API: CLI, bot Telegram, web, desktop Windows, dan Android.
API key (tgf_...) diatur di Pengaturan masing-masing aplikasi. Key hanya dikirim ke https://tgforensic.com.
Ambil file siap pakai di Releases:
| Aplikasi | File |
|---|---|
| CLI Windows | tgforensic-cli-win.exe |
| CLI Linux / macOS | tgforensic-cli-linux / tgforensic-cli-macos |
| Bot Telegram | tgforensic-bot-win.exe (atau linux/macos) |
| Web | tgforensic-web.zip |
| Desktop installer | TGForensic.Setup.*.exe |
| Desktop portable | TGForensic.exe |
| Android | app-release.apk |
- Ambil key di dashboard Telegram Forensics.
- Simpan lewat menu/perintah berikut.
Web — buka halaman Pengaturan, simpan, lalu Tes koneksi.
node web/server.js
# http://127.0.0.1:4173Desktop — menu File → Pengaturan (API key), atau ikon ⚙.
Android — menu titik tiga → Pengaturan.
CLI
tgforensic-cli-win.exe settings --api-key tgf_xxxxxxxx
tgforensic-cli-win.exe meDari source: node cli/index.js settings --api-key tgf_xxxxxxxx
Bot Telegram
tgforensic-bot-win.exe settings --token <TELEGRAM_BOT_TOKEN>
tgforensic-bot-win.exeDi chat bot kirim /settings, lalu paste API key yang diawali tgf_.
| Fitur | Endpoint | Biaya |
|---|---|---|
| Profil | GET /me.php |
gratis |
| Saldo | GET /balance.php |
gratis |
| Harga | GET /pricing.php |
gratis |
| Cek akun | POST /check.php |
10 koin |
| Cek grup | POST /group.php |
50 koin |
| Pencarian | POST /search.php |
10 koin |
| Grup bersama | POST /common-groups.php |
20 koin |
| Ambil pesan | POST /messages.php |
20 koin |
| Riwayat | GET /history.php |
gratis |
Base URL: https://tgforensic.com/api/v1
Header: Authorization: Bearer <API_KEY>
Ingin mengubah kode, menambah fitur, atau membuat release? Baca CONTRIBUTING.md.
Data forensik bersifat informatif. Patuhi hukum setempat dan kebijakan privasi. Jangan bagikan API key.