Skip to main content

CLI resmi YT API by Nauval โ€” cek role, harga, dan beli role via QRIS

Project description

๐ŸŽฌ YT API CLI by Nauval (ytapinvl)

CLI resmi untuk berinteraksi dengan YT API by Nauval โ€”
cek informasi akun, lihat daftar harga role, dan beli role via QRIS langsung dari terminal.


๐Ÿš€ Instalasi

pip install ytapinvl

Atau update ke versi terbaru:

pip install -U ytapinvl


---

โš™๏ธ Konfigurasi Awal

Atur nomor WhatsApp dan (opsional) API key:

ytapinvl config --set-wa 6285177470790
ytapinvl config --set-apikey nvlkey-123abc456

> Semua konfigurasi disimpan di ~/.config/ytapinvl/config.json




---

๐Ÿง  Daftar Perintah Utama

Perintah	Fungsi

ytapinvl me	Cek informasi akun / role (via IP atau API key)
ytapinvl harga	Lihat daftar harga role (interaktif)
ytapinvl buy	Beli role via QRIS & auto cek status 8 menit
ytapinvl config	Atur konfigurasi lokal



---

๐Ÿ” 1. Cek Akun atau IP Publik

๐Ÿ”น Mode Otomatis

ytapinvl me

๐Ÿ“ค

๐Ÿค– Mode otomatis (ambil IP publik) โ†’ https://ytdlpyton.nvlgroup.my.id/checkme
{
  "ip": "103.122.88.101",
  "role": "petualang_gratis"
}

๐Ÿ”น Mode IP Manual

ytapinvl me --ip 103.122.55.10

๐Ÿ“ค

๐ŸŒ Mode IP publik โ†’ /checkme?ip=103.122.55.10
{
  "ip": "103.122.55.10",
  "role": "masterpro",
  "status": "active"
}

๐Ÿ”น Mode API Key

ytapinvl me --apikey nvlkey-abc123

๐Ÿ“ค

๐Ÿ”‘ Mode API Key aktif โ†’ /checkme?ip=halo
Header: X-API-Key: nvlkey-abc123
{
  "username": "Nauval",
  "role": "strategiselit",
  "quota": "unlimited",
  "expire_in": "29 days"
}


---

๐Ÿ’ฐ 2. Lihat Daftar Harga Role

ytapinvl harga

๐Ÿ“ค

๐Ÿ“ฆ Mengambil daftar harga role dari: https://ytdlpyton.nvlgroup.my.id/topup/roles

๐Ÿ’ฐ Daftar Role Tersedia:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
1. petualang_gratis       Rp0   (- hari)
2. masterpro              Rp20,000  (30 hari)
3. strategiselit          Rp35,000  (30 hari)
4. creatorplus            Rp50,000  (60 hari)

๐Ÿ”น Masukkan nama atau nomor role yang ingin dilihat detailnya: 2

๐Ÿ“‹ Detail Role:
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
Nama    : masterpro
Harga   : Rp20,000
Durasi  : 30 hari
Fitur   :
   - Download unlimited
   - Akses prioritas
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€


---

๐Ÿช™ 3. Beli Role via QRIS

๐Ÿ”น Mode IP Publik

ytapinvl buy --role masterpro --wa 6285177470790 --ip 103.122.55.10

๐Ÿ“ค

๐ŸŒ Mode IP publik aktif โ€” menggunakan IP: 103.122.55.10
โœ… Transaksi berhasil dibuat: PAY-MASTERPRO-001
๐Ÿ”— QRIS Link: https://app.midtrans.com/snap/v2/pay/PAY-MASTERPRO-001
โณ Menunggu pembayaran (cek setiap 30 detik hingga 8 menit)...

๐Ÿ”น Mode API Key

ytapinvl buy --role strategiselit --wa 6285177470790 --apikey nvlkey-abc123

๐Ÿ“ค

๐Ÿ”‘ Mode API Key aktif
โœ… Transaksi berhasil dibuat: PAY-STRATEGI-002
๐Ÿ”— QRIS Link: https://app.midtrans.com/snap/v2/pay/PAY-STRATEGI-002
โณ Menunggu pembayaran...

๐Ÿ”น Mode Otomatis (tanpa --ip / --apikey)

ytapinvl buy --role masterpro --wa 6285177470790

๐Ÿ“ค

๐ŸŒ Auto detect IP dari /checkme: 103.122.88.101
โœ… Transaksi berhasil dibuat: PAY-MASTERPRO-003
๐Ÿ”— QRIS Link: ...
โณ Menunggu pembayaran...


---

๐Ÿ“ฆ 4. Atur Config Lokal

ytapinvl config

๐Ÿ“ค

{
  "base_url": "https://ytdlpyton.nvlgroup.my.id",
  "wa": "6285177470790",
  "last_ip": "103.122.88.101",
  "apikey": "nvlkey-abc123"
}


---

๐Ÿ”‘ Mode IP vs API Key

Mode	Query ip=	Header	Deskripsi

IP Manual	IP publik kamu	โŒ	Gunakan alamat IP langsung
API Key	halo	โœ… X-API-Key	Gunakan API Key untuk akun premium
Auto	IP hasil /checkme	โŒ	Sistem deteksi otomatis IP server



---

๐Ÿงฐ Lokasi File Config

File	Lokasi

Konfigurasi utama	~/.config/ytapinvl/config.json
Riwayat transaksi	~/.config/ytapinvl/history.json



---

๐Ÿง‘โ€๐Ÿ’ป Tentang Developer

M. Nauval Sayyid Abdillah
Creator of YT API by Nauval
๐Ÿ“ Universitas Negeri Surabaya โ€” Data Science 
๐ŸŒ https://ytdlpyton.nvlgroup.my.id


---

๐Ÿ“œ Lisensi

Proyek ini dilindungi di bawah lisensi MIT โ€” silakan gunakan dan modifikasi dengan menyertakan atribusi.

MIT License ยฉ 2025 M. Nauval Sayyid Abdillah

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ytapinvl-1.1.4.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ytapinvl-1.1.4-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file ytapinvl-1.1.4.tar.gz.

File metadata

  • Download URL: ytapinvl-1.1.4.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for ytapinvl-1.1.4.tar.gz
Algorithm Hash digest
SHA256 3c33d372aede6e82aab27af93265f505dd62cc4e060c5bb13f7065f27cdb6809
MD5 c277eee5a9a782b1c9f2da845027d5b4
BLAKE2b-256 e47c73a8c1dd0dd6fa7cce4613583b9747bb23be0a6dd3da98caedc5b9f32523

See more details on using hashes here.

File details

Details for the file ytapinvl-1.1.4-py3-none-any.whl.

File metadata

  • Download URL: ytapinvl-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for ytapinvl-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 05df90aa806ee180276715a5ce875de33f755252404c83b2d9f4af5c07cf1904
MD5 8e4997b0c8f57531b2f10271299dd852
BLAKE2b-256 ce05bf080b192a8e9f5a5fb28a7d23ad6358e49515e670f7ba8ebc34c038fcaf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page