iamatulsingh / pinterest-image-scrap

This python (3.7) program scrap data from pinterest without official API.
MIT License
62 stars 11 forks source link

Collecting Images using Arabic keywords #4

Open ReemOmer opened 2 years ago

ReemOmer commented 2 years ago

I am trying to collect images using the same example mentioned here, yet, it doesn't get any images when using Arabic keyword as a word of search. Find the code below for reference:

from pinterest import PinterestImageScraper
p_scraper = PinterestImageScraper()
is_downloaded = p_scraper.make_ready("إختبار")

anyone else experience this with other languages?

iamatulsingh commented 2 years ago

Hi Reem, I'll check this out whenever I'll get time.

iamatulsingh commented 1 year ago

Hey Reema, I tried to check the way to get it, but this code is heavily relied on Google result on Pinterest and if it's not returning anything then this code will not return anything.