bypass_badger / README.md
guifav's picture
Update README.md
0e998f7 verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
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

  1. Visit the application at: https://guifav-bypass-badger.hf.space
  2. Enter the URL of the web page you want to scrape in the input box.
  3. Click the "Submit" button.
  4. 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:

  1. Clone the repository
  2. Install the requirements: pip install -r requirements.txt
  3. 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