Metadata-Version: 2.4
Name: ferdixlegend
Version: 0.3.2
Summary: Telegram botları, userbot'lar, grup/kanal scraper ve çeşitli tool'lar için hafif ve güçlü Python paketi.
Author: FerdiLegend
License-Expression: Apache-2.0
Keywords: telegram,userbot,scraper,telethon,pyrogram
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: telethon>=1.36.0
Requires-Dist: pyrogram>=2.0.106
Requires-Dist: tgcrypto>=1.2.0
Requires-Dist: rich>=13.7.0
Requires-Dist: pyfiglet>=0.8.post1
Requires-Dist: colorama>=0.4.6
Dynamic: license-file
Dynamic: requires-python

# FerdiLegend

Telegram botları, userbot'lar, grup/kanal scraper ve çeşitli tool'lar için **güçlü** Python paketi.

**Geliştirici:** FerdiLegend  
**Versiyon:** 0.3.0  
**Durum:** Aktif geliştirme aşamasında

## Özellikler

- Kolay bot oluşturma ve mesaj gönderme
- Telethon & Pyrogram tabanlı userbot helper'ları
- Grup/kanal üyesi ve mesaj scraper (Telegram limitlerine dikkat!)
- Akıllı flood guard & rate limit yönetimi
- Otomatik yanıt sistemleri
- Session manager (çoklu hesap desteği)
- Numpy & Pandas ile güçlü veri işleme
- Güzel renkli terminal çıktıları + 3D ASCII banner

## Kurulum

```bash
# Geliştirme için (önerilen)
pip install -e .

# PyPI'dan yükleme (paket yayınlandıktan sonra)
pip install ferdilegend
