# zippy.tcl

**Category:** Eggdrop_Bot
**Original Author:** CrazyCat <crazycat@c-p-f.org>

## Description
This script is a Proof of Concept (PoC) for downloading files from Zippyshare, implemented in TCL and bound to respond to public commands. It automates the process of fetching file URLs provided by users.

## Key Features
- **Command Binding:** Binds the `!zippy` command to download Zippyshare files.
- **URL Validation:** Checks if the input URL is correctly formatted for Zippyshare.
- **HTTP Request Handling:** Uses HTTP and TLS packages to fetch the webpage content.
- **Data Extraction:** Extracts file metadata such as title, token, and download link from the HTML response.
- **File Downloading:** Downloads the file using the extracted information and sends it back to the user.

## File Analysis
- **zippy.tcl** — A TCL script that handles downloading Zippyshare files based on user commands. It includes bindings for public messages and private messages, processes URL inputs, and performs HTTP requests to download files.