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.8.tar.gz (13.4 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.8-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: iewil-0.0.8.tar.gz
  • Upload date:
  • Size: 13.4 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.8.tar.gz
Algorithm Hash digest
SHA256 5ac871f9e7d07dd77fd6aac44ff568e8f01256ade30890c6dec950579f42b1d7
MD5 82b3a71e829cfe978c630e585543964f
BLAKE2b-256 0e18ec979e00e5b23b25ee44e80055460601a4b60187b1c086dd39677ca9f61a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iewil-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 13.9 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 1e9c820e91df864e08075278378a875f54a6df18a365304f0a36541b9517a7e1
MD5 b111529cab7c772d2000c29a107d0da2
BLAKE2b-256 d25392fb65ee0df7d46a188a858e2617456628d4766fe828b3379ae42b2ef880

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