Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkstudio585/pyscrape
Web scraper without any 3rd party library for app. Only use required requests, rich library.
https://github.com/rkstudio585/pyscrape
pyscraper scrape web-scraper
Last synced: 21 days ago
JSON representation
Web scraper without any 3rd party library for app. Only use required requests, rich library.
- Host: GitHub
- URL: https://github.com/rkstudio585/pyscrape
- Owner: rkstudio585
- License: gpl-3.0
- Created: 2024-11-29T05:59:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-29T06:16:23.000Z (about 1 month ago)
- Last Synced: 2024-11-29T07:20:24.280Z (about 1 month ago)
- Topics: pyscraper, scrape, web-scraper
- Language: Python
- Homepage: https://rkstudio.com
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pyscrape
Web scraper without any 3rd party library for app.### Key Features:
1. **Fetch Website Content**:
- The script fetches content from a terminal-based website using the `requests` library.
2. **Interactive UI**:
- Provides a colorful, terminal-based user interface using the `rich` library for styling.3. **Error Handling**:
- Gracefully handles errors like invalid URLs or failed network connections.---
### Usage:
1. Save the script as `pyscrape.py` or clone the git reop.
2. Clone Repo:
```bash
https://github.com/rkstudio585/Pyscrape
cd Pyscrape
```
3. Install the required libraries:
```bash
pip install requests rich
```
4. Run the script:
```bash
python3 pyscrape.py
```
5. Enter the URL of your terminal-based website when prompted.---
Create With Love 😘 By RK! ❤️ Happy Coding.