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.0.0.tar.gz (8.2 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.0.0-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ytapinvl-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5f42190dbbe76a9b41a3d020b358a35703a3276c44a4bd42107509a21c1204b4
MD5 ee47479a1b02eed909d3b2c2c9147251
BLAKE2b-256 c59bea7d0c317d321d7ad1c739dca20033c2202501a80d4823450808cb0efc7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ytapinvl-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 9.0 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.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3402fec453df940541a04463c97a1c7755b59d5c6497b0ca56768224fdbc5f65
MD5 1b68c35f3c7d3188605b88fcaeb0915b
BLAKE2b-256 02bcd134ac63d52b48fd713bd014e34acf3f02b335ae72ffa0d3ba8282ff8ef6

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