https://github.com/sebastianbrzustowicz/data-scraping-webapp
Django + Pandas. A straightforward static web page for scraping tables from a chosen site.
https://github.com/sebastianbrzustowicz/data-scraping-webapp
data-scraping django pandas python
Last synced: 2 months ago
JSON representation
Django + Pandas. A straightforward static web page for scraping tables from a chosen site.
- Host: GitHub
- URL: https://github.com/sebastianbrzustowicz/data-scraping-webapp
- Owner: sebastianbrzustowicz
- Created: 2023-10-28T16:18:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T04:32:39.000Z (over 2 years ago)
- Last Synced: 2025-01-13T12:40:00.547Z (over 1 year ago)
- Topics: data-scraping, django, pandas, python
- Language: Python
- Homepage: https://sbrzustowicz.pythonanywhere.com/scraper/
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data-scraping-webapp
Django + Pandas. Scrap table from any website.
1. Provide url for website that contain table data
2. Specify number of this table (i.e. if there is only one table enter 0)
3. Click "Scrap" and data will be extracted from specified website.
