Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Bypass Badger
emoji: 💻
colorFrom: pink
colorTo: yellow
sdk: gradio
sdk_version: 4.42.0
app_file: app.py
pinned: false
license: mit
Web Data Scraper - Bypass Badger
This is a simple web application that allows users to scrape visible text from a given URL. It's built using Gradio for the interface and BeautifulSoup for web scraping.
How to Use
- Visit the application at: https://guifav-bypass-badger.hf.space
- Enter the URL of the web page you want to scrape in the input box.
- Click the "Submit" button.
- The visible text from the webpage will be displayed in the output box.
Note: This application respects robots.txt and includes a delay to avoid overloading servers. Use responsibly.
Local Development
To run this application locally:
- Clone the repository
- Install the requirements:
pip install -r requirements.txt - Run the app:
python app.py
Deployment
This application is deployed on Hugging Face Spaces. Any pushes to the main branch will automatically update the deployed version.
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference