# Piecharts for StatWWW

**Category:** Eggdrop_Bot
**Original Author:** Mikko Pikarinen

## Description
This script generates pie charts to visualize channel activity statistics, specifically top ten users' contributions in percentage. It is designed to run as a background task and update the charts periodically.

## Key Features
- Generates pie charts using Perl scripts.
- Tracks top contributors based on their messages or actions in a channel.
- Updates the chart files daily.
- Renames old chart files to make space for new ones.

## File Analysis
- **pie.pl** — A Perl script that creates pie charts from statistical data. It processes text files containing user contributions and generates GIF images.
- **pie.tcl** — An Eggdrop Tcl script that automates the process of generating pie charts by executing `pie.pl` and managing file renaming to keep a history of chart updates.