
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
qris-saweria-api
Advanced tools
API untuk membuat pembayaran QRIS di Saweria secara otomatis
API untuk membuat pembayaran QRIS di Saweria secara otomatis.
Fitur | Status |
---|---|
Pemeriksaan pembayaran otomatis | ✅ |
Pemeriksaan saldo akun pengguna | ✅ |
Menentukan durasi kadaluarsa pembayaran | ✅ |
Penyimpanan melalui Catbox.moe | ✅ |
Pesan otomatis berbasis AI | ✅ |
Cek pembayaran tanpa login | ✅ |
Atur webhook melalui API | ✅ |
Dukungan ECMAScript Modules (ESM) | ⛔ |
git clone https://github.com/Autoftbot/qris-saweria.git
cd qris-saweria
npm install
config.json
:{
"author": "fightertunnel",
"message": "Created by fightertunnel developer team",
"logdebugPrefix": "FIGHTERTUNNEL_DEBUG",
"logerrPrefix": "FIGHTERTUNNEL_ERR",
"file": "config.json",
"backendUri": "https://backend.saweria.co",
"frontEnd": "https://saweria.co",
"aiUri": "https://lamas.aisbir.cloud/?normal=true&prompt="
}
const { fightertunnelSawer } = require('./index');
const saweria = new fightertunnelSawer({
username: "username_anda",
email: "email_anda",
password: "password_anda"
});
// Login
const login = await saweria.login();
// Buat QR code pembayaran
const qr = await saweria.createPaymentQr(10000, 60); // Rp 10.000, expired 60 menit
// Cek status pembayaran
const status = await saweria.cekPaymentV1(qr.trx_id);
// Cek saldo
const saldo = await saweria.getSaldo();
MIT License
Silakan buat pull request untuk kontribusi.
FAQs
API untuk membuat pembayaran QRIS di Saweria secara otomatis
We found that qris-saweria-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.