Metadata-Version: 2.2
Name: scraperly
Version: 1.0.0
Summary: A tool for processing content into AI-generated videos
Home-page: https://github.com/adelelawady/scraperly
Author: adelelawady
Author-email: adel50ali5@gmail.com
Keywords: ai,video,content,processing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0
Requires-Dist: urllib3>=2.0.0
Requires-Dist: selenium>=4.15.2
Requires-Dist: beautifulsoup4>=4.12.0
Requires-Dist: numpy>=1.24.3
Requires-Dist: Pillow<11.0,>=9.5.0
Requires-Dist: decorator>=4.4.2
Requires-Dist: imageio>=2.31.1
Requires-Dist: imageio-ffmpeg>=0.4.8
Requires-Dist: proglog>=0.1.10
Requires-Dist: tqdm>=4.65.0
Requires-Dist: moviepy>=2.0.0.dev2
Requires-Dist: gTTS>=2.3.1
Requires-Dist: pydub>=0.25.1
Provides-Extra: ai
Requires-Dist: openai>=1.0.0; extra == "ai"
Requires-Dist: anthropic>=0.3.0; extra == "ai"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Scraperly

Scraperly is a Python package that combines web scraping capabilities with AI-powered content processing. It provides tools for scraping images from Lexica.art and processing content with various AI providers.

## Installation

1. Clone the repository:
   ```
