Pachwenko / Paper-Scraper

Scrape a database of wallpaper images using python selenium beautiful soup and urllib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paper Scraper

A little script I made to grab links to a bunch of images from unsplash because I didn't want to use the API. Outputs to a database file to be used for whatever purpose. Wouldn't recommend doing it this way, and this script is currently broken anyway.

Even though it's broken and you still want to use this you'll need to follow these steps:

  • Download the correct chrome webdriver and place it in the project folder
    • this should be named chromedriver.exe
  • Install poetry (python package management too)
  • poetry install
  • poetry shell
  • python main.py

About

Scrape a database of wallpaper images using python selenium beautiful soup and urllib

License:MIT License


Languages

Language:Python 100.0%