imgscrape 0.1.1

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

imgscrape 0.1.1

Imgscrape is a selenium and pillow based image scraper.

Supported Websites

Flipkart
Amazon



Features!

Scrapes image link
Convert image into thumbnail
Encode image into Base64
Save image directly to folder : In development

Imgscrape is a selenium and pillow based image scraper. You just provide the product link or a list of the same and it will provide you the links in image or list of it based on your argument.

The reason behind this idea is to scrape image links are unreachable by using Beautifulsoup4. Thus switching to selenium gets you the images you need.



Installation & Usage
$ pip install imgscrape

Imgscrape requires chromedriver to run. Download it.
After downloading you’ll need to provide the path of chromedriver to the constructer.

from imgscrape import imgscrape

any_var = #path to driver
var = imgscrape(producturl, path= any_var)

you can feed a list of product urls and get the image links in a list.

from imgscrape import imgscrape

any_var = #path to driver
lst_var = ['link1', 'link2', 'link3']
var = imgscrape(*lst_var, path= any_var)


Development
Want to contribute? Great!
Create a pull request and we’ll see.

Support

linux
windows
### Todos

Add support for MacOS
Add more supported websites




License

MIT

Free Software, Hell Yeah!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.