Skip to content

Streamline class action lawsuit claim submissions with Python-powered form autofill. Fast, secure, and efficient.

Notifications You must be signed in to change notification settings

Prem-ium/ClassActionLawsuit-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Class Action Lawsuit - Web Automation 🌞

Reclaim your rights with quick and seamless class action lawsuit claim automation.

Github Sponsor


🔍 Overview

The Class Action AutoFill tool is a web automation script designed to streamline the process of completing class action lawsuit claim forms. Currently, it supports some of the most commonly found landing pages, with future updates planned to expand functionality to less commonly found ones. Features such as automated payment verification are planned; for now, the UI.Vision project will perform a best attempt for verification.


🛠 Features

  • Automates Form Completion: Quickly fills in personal details on class action forms.
  • Supports Multiple Users: Processes claims for multiple individuals in a single run.
  • Targets Popular Landing Pages: Focuses on high-traffic class action lawsuit pages; sponsors receive both a Python script and a UI.Vision project file for claim automation.
  • Utilizes OCR Technology: Detects and interacts with hidden HTML elements for improved automation.

🎥 Demo

Below are brief demonstrations of the capabilities of the private repository, which includes both a Python script and a UI.Vision automation script.

🎥 Video Demo: Class Action Lawsuit Automation
Web-Class.Action.Lawsuit.Automation.Demo.mp4
Python Version
Class.Action.Lawsuit.-.Autofill.Demo.mp4

🌟 Exclusive for Sponsors

This project is available exclusively to Gold Sponsors on GitHub ($10/month). By sponsoring, you'll gain:

  • Access to the private repository containing the full script and documentation.
  • Regular updates with additional landing page support and new features.
  • A direct line to provide feedback and suggestions.

💛 Become a Gold Sponsor


⚙️ Environment Variables

Example .env File

PEOPLE=[
    {"FirstName":"Alex", "LastName":"Nas", "Address":"123 Fake St", "City":"Atlanta", "State":"GA", "Zip":"31083", "Country":"US", "Phone":"908-375-6473", "Email":"alex-nas@gmail.com"},
    {"FirstName":"Jane", "LastName":"Doe", "Address":"456 Real St", "City":"New York", "State":"NY", "Zip":"10001", "Country":"US", "Phone":"123-456-7890", "Email":"jane-doe@gmail.com"}
]

How It Works

  • Each person is represented as a set of details inside {}.
  • Multiple people are stored inside [ ] (like a list).
  • This format allows the tool to read and fill out forms automatically for multiple claimants.

Required Fields

Field Name Description Example Value
FirstName Claimant's first name "Alex"
LastName Claimant's last name "Nas"
Address Street address "123 Fake St"
City City name "Atlanta"
State Two-letter state code "GA"
Zip ZIP/postal code "31083"
Country Two-letter country code (US) "US"
Phone Phone number "908-375-6473"
Email Email address "alex-nas@gmail.com"

🚀 Instructions

For setup and detailed usage instructions, please refer to the private sponsor repository's README.


🛡️ Disclaimer

Submitting false claims for class action lawsuits qualifies as perjury. You are solely responsible for ensuring your eligibility and the accuracy of all information submitted. By using this tool, you accept full responsibility for any misuse, including claim denials or legal repercussions, and waive any claims against the developer. If you file an ineligible claim, it's your duty to contact the relevant channels to correct it. Use this tool responsibly and ensure your claims comply with the lawsuit’s guidelines.

Releases

No releases published

Packages

No packages published

Languages