Skip to content
/ Scrappr Public

A GUI based web scrapper written in python. Point & click to visually scrape elements from the website and it automatically downloads them into a CSV file

Notifications You must be signed in to change notification settings

Git002/Scrappr

Repository files navigation

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

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.

How to use it?

  1. Paste the URL
  2. Select how many items you wanna scrape (2, 3, 4 or 5)
  3. Click on the Load button
  4. Select the number of items you wanna get
  5. Click on execute and it will generate a .csv file

Here's what it looks like:

Output

Requirements

  • 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)

How to contribute

Don't.

About

A GUI based web scrapper written in python. Point & click to visually scrape elements from the website and it automatically downloads them into a CSV file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published