imagebot icon indicating copy to clipboard operation
imagebot copied to clipboard

A web bot to crawl websites and scrape images.

Results 7 imagebot issues
Sort by recently updated
recently updated
newest added

Exchanged crawlerprocess for crawlerrunner, also used poetry rather than pipenv and/or easy_install due to finer dependency control. It lives...

Every time the script is launced it raises a SyntaxError. I checked on multiple devices with different OS and different Python versions (3.8, 3.9, 3.10). Here is with virtualenv on...

os.rename can not move a file to another drive. shutil can do it. Set shutil.move as property of the object to set it after testing paths for hard drive.

It looks like the library requires the Python PIL to work properly, but it is not listed in the project dependencies. Could you tell me which one is the right...

Hello! I am behind the firewall, so failed to run "python ./setup.py install". I had to install every missing python package one-by-one. Is there are way to specify proxy information?