Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.