meetmangukiya / instagram-scraper

Scrape the Instagram frontend. Inspired from twitter-scraper by @kennethreitz.
MIT License
934 stars 83 forks source link

Im a newb here... Im not sure where to put the tags for "sunset" and "20 pics.... #16

Closed CryptoRootz closed 6 years ago

CryptoRootz commented 6 years ago

Im a newb here and im not sure where to put the tags and count ? can some one give me a example ? the one is the description is not enough for me to get it ... i keep running into the same error

er.py", line 117, in assert args.tags, "Enter tags to scrape! Use --tags option, see help." AttributeError: 'Namespace' object has no attribute 'tags'

meetmangukiya commented 6 years ago

What is the exact command that you used? If you want to download 20 pics of sunset then the command would look something like this python instagram-scraper.py --tags sunset --count 20

meetmangukiya commented 6 years ago

Closing, reopen if still an issue.