Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leabs/web-scrape-ui
Python based web scraping in the browser
https://github.com/leabs/web-scrape-ui
beautifulsoup beautifulsoup4 python requests webui
Last synced: about 2 months ago
JSON representation
Python based web scraping in the browser
- Host: GitHub
- URL: https://github.com/leabs/web-scrape-ui
- Owner: leabs
- License: mit
- Created: 2022-03-08T12:57:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T08:11:05.000Z (6 months ago)
- Last Synced: 2024-11-29T06:41:03.169Z (about 2 months ago)
- Topics: beautifulsoup, beautifulsoup4, python, requests, webui
- Language: HTML
- Homepage:
- Size: 28.3 KB
- Stars: 4
- Watchers: 0
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[https://web-scrape-ui.herokuapp.com/](https://web-scrape-ui.herokuapp.com/)
# web-scrape-ui
A simple web UI that allows a user to scrape website data.
### Requirements
- Python
- Flask
- gunicorn
- requests
- beautifulsoup4## Installation
### Deployment
Deploy to Heroku by connecting this repo as a new app. Heroku is kind enough to do the rest.