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.6.tar.gz (8.4 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.6-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ytapinvl-1.1.6.tar.gz
  • Upload date:
  • Size: 8.4 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.6.tar.gz
Algorithm Hash digest
SHA256 778b4ca3c855bc39e27183a7130bdb3e6b7f24c111d5167f4150bbca56ff6c02
MD5 0cd538bbb2875c1b3fc27cd36febc9e2
BLAKE2b-256 4fca21ba0b17b628c54ff941d7331aaced1807dd74407dfd74b460f236ad72b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ytapinvl-1.1.6-py3-none-any.whl
  • Upload date:
  • Size: 9.3 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 668a00e3f45027a3c7833ba2760a22c772cce6c0ead234c21ff3b14fb5cb2986
MD5 1d8709bc46d38e81dbb6f20c41d64081
BLAKE2b-256 e4859dd75cc39dd925a68aa9dce9c9e0ffe53dc61ace7f87faab8d1795592e8e

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