Metadata-Version: 2.1
Name: crawlpy
Version: 1.0.1
Summary: A Python package for web scraping and YouTube video scraping
Home-page: https://github.com/PraNavKumAr01/pyscrapy
Author: Pranav Kumar
Author-email: pranavkumarnair@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Requires-Dist: pytube
Requires-Dist: deepgram-sdk
Requires-Dist: httpx
Requires-Dist: python-dotenv

# CrawlPY

CrawlPY is a Python package for web scraping and YouTube video scraping.

## Features

- **Web Scraping**: Easily scrape web pages using requests and BeautifulSoup.
- **YouTube Scraping**: Scrape YouTube videos and download them.
- **Audio Transcription**: Transcribe audio from videos using Deepgram API.
- **Selenium Support**: Support for websites that require JavaScript rendering.

## Installation

You can install CrawlPY using pip:

```bash
pip install crawlpy
