sananth12 / ImageScraper

:scissors: High performance, multi-threaded image scraper
GNU General Public License v3.0
762 stars 100 forks source link

Image downloads from websites requiring sign-in #91

Open HashirZahir opened 8 years ago

HashirZahir commented 8 years ago

If I would like to automate the process of downloading images from a user on social media (eg: Twitter, Facebook, Instagram), how could it be done? Can options to "sign in" to the link be added? Or is there another way of doing this?

sananth12 commented 8 years ago

Currently it's not possible using ImageScraper.

We will try adding a feature to log-in. Thanks!

ibaranov-cp commented 7 years ago

Try using Twill

0dragosh commented 6 years ago

@sananth12 Perhaps integration with pycookiecheat would be an easier route? Happy to help with some code when I have the time.