Skip to content

samantha-tran/pinterest-collage-maker

Repository files navigation

pinterest-collage-maker

PRIOR TO RUNNING CODE

  1. Ensure requirements are installed (preferably inside a virtual environment).
  2. Download appropriate browser driver (https://www.selenium.dev/selenium/docs/api/py/).
  3. If not using Google Chrome Driver, replace Scraper.py line 24 with approprate driver.
  4. Ensure browser is installed (e.g. if using Google Chrome driver, have Google Chrome browser installed)
  5. Replace pinterest account details in details.py

Command Line Arguments:

 python3 main.py [image board URL] [collage width in px] [maximum image height in px]

Example:

python3 main.py https://www.pinterest.com.au/ohrekii/cute-dogs/ 900 200

The output of the program is (scaled down in size):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages