I made this when I was in 12th, and just uploaded it to open-source this for anyone to use. Don't fucking judge the code. I was 17 at that time, but hey! it works and is bug free. Feel free to download/modify. This project is dead by my side, so no contributions.
Scrappr is a GUI based web scrapper written in python. You basically point and click to visually scrape elements from the website and it automatically downloads them into a .csv file.
- Paste the URL
- Select how many items you wanna scrape (2, 3, 4 or 5)
- Click on the Load button
- Select the number of items you wanna get
- Click on execute and it will generate a .csv file
Here's what it looks like:
- Download the latest chromedriver (depends on your current browser version)
- Python
- Selenium
- BeautifulSoup
- PySide2
- Pandas
- Jinja2
(The code is using JS to prevent redirects to another page)
Don't.