Skip to main content

Modul pribadi iewil: display, captcha, html scraping, cache storage

Project description

Modul pribadi iewil adalah toolkit Python untuk membangun skrip CLI yang rapi dan interaktif, dengan fitur gradient display, banner, captcha helper, HTML scraping, dan cache storage.

Youtube: iewil    Github: iewil    Telegram: iewil

⚠️ FREE SCRIPT NOT FOR SALE! Gunakan modul ini untuk keperluan pribadi atau pengembangan, tidak untuk dijual.


Fitur Utama

  • Display & Banner CLI

    • Gradient teks & background
    • Garis pemisah, peringatan, dan info rata kiri
  • Captcha Helper

    • Mendukung provider Xevil & Multibot
    • Fungsi solving progress dengan spinner
  • HTML Scraping

    • Ambil input form, opsi, captcha, dan limit dari halaman HTML
    • Response parsing otomatis (success/warning/locked/cloudflare)
  • Cache Storage

    • Simpan data seperti cookie, username, password, email, user-agent
    • Bisa otomatis atau manual tanpa mengganggu user
  • ShowError / Debugging

    • Log error ke file
    • Tampilkan error di terminal dengan format rapi

Instalasi

pip install iewil==0.0.6

Cara Pakai

  • Display
# test display
from iewil import Display

# Set Banner
Display.TITLE = "MyScript"
Display.REGISTER = "t.me/MyBot"
Display.banner()

Display.title("TEST DISPLAY")
Display.info("Ini info")
Display.debug("Ini debug")
Display.sukses("Berhasil")
Display.error("Error contoh")
Display.timer(10)
  • Free Captcha
from iewil import Free
base64_captcha = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAyCAMAAAAa0..."
cap = Free.Icon(base64_captcha)
if cap["status"] is True :
    print(cap["result"])
  • DataStore
# test datastore
from iewil import DataStore

# Simpan data
# minta input dari user
cookie = DataStore.simpan("cookie")

# langsung set value
user = DataStore.simpan("user", "admin123")

# Hapus data
DataStore.hapus("cookie")
  • BP Captcha (xevil & multibot)
# test BP Captcha
from iewil import Captcha

cap = Captcha()
print("Balance:", cap.get_balance())

token = cap.Turnstile("0x4AAAAAAAxL-BbCFZ3EZbE9", "https://clxaward.com/")
print(token)
  • ShowError
from iewil import ShowError

ShowError().start()

Display.info("Program dimulai")

x = 1 / 0   # error disengaja

Donasi

  • BTC
  • Paypal
  • Dana

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

iewil-0.0.7.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

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

iewil-0.0.7-py3-none-any.whl (13.3 kB view details)

Uploaded Python 3

File details

Details for the file iewil-0.0.7.tar.gz.

File metadata

  • Download URL: iewil-0.0.7.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for iewil-0.0.7.tar.gz
Algorithm Hash digest
SHA256 1684528849c48ad72912cfd453eb6d6b868308a2f1a964cc09172c81f19dfb91
MD5 e948eef021b1d6c68b47247a4395f5fd
BLAKE2b-256 646553601625e7a02772ca05cb3c1c0bdd9e81314f9ad7069c9c7b5a2964ffc6

See more details on using hashes here.

File details

Details for the file iewil-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: iewil-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 13.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0

File hashes

Hashes for iewil-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 9d7666a0376bd9c3b46c670ced14e7e178d005f0f147c48dad05bfd83cd573ae
MD5 7757712baf82ec97bdba20e0a864b0e3
BLAKE2b-256 94392e7b44689929dd722883e81e7f6155800bb73e94470b3c0d6f2fcb68c4ac

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