Skip to content

v1.3.0 — Real Execution Layer

Choose a tag to compare

@ulsreall ulsreall released this 05 Jun 11:57
· 18 commits to master since this release

🔥 v1.3.0 — Real Execution Layer

Real browser automation for airdrop applications — not just scanning!

✨ New Features

  • Form Filler: Auto-fill Typeform, Google Forms, generic HTML forms
  • WL Grinder: Auto-apply NFT whitelist spots
    • Bulk apply with delay
    • Platform detection (Typeform, Google Forms, Premint, Gleam)
    • Reusable profiles
    • Screenshot proof
  • Profile System: Save and reuse user profiles for form filling

📊 Stats

  • 565 tests
  • 22 examples
  • 20+ modules
  • CI green

📦 Installation

pip install web3-agent-kit==1.3.0

🔥 Usage

from web3_agent_kit.airdrop import WLGrinder, WLProfile

profile = WLProfile(
    wallet="0x...",
    twitter="@user",
    email="user@email.com",
)
grinder = WLGrinder(profile)
result = grinder.apply("https://typeform.com/to/abc123")