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.1.tar.gz (8.6 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.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ytapinvl-1.1.1.tar.gz
  • Upload date:
  • Size: 8.6 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.1.tar.gz
Algorithm Hash digest
SHA256 0eba4d810ccf13f67cd3c0b2f6cfc4b84443ed0c435413d6cfbba5db9bedaf49
MD5 2074e8d6b64f199d0ff043b381f0edd7
BLAKE2b-256 959c19e4b28d1c35b122733e249c83f772ffea5cc5247683ed5637616c87c136

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ytapinvl-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.4 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 019d4b1438e7aa6200125a46aa76c19ca95375e7ef10fa808a269bef1e0c24a3
MD5 6614c60c617f76366e5f453072e11ab5
BLAKE2b-256 f198cf6c5d60a5c964f8a42258d8e2dc79d2b8f5615472da7b7cd07b259828ec

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