nacimgoura / instagram-profilecrawl

:computer: Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
MIT License
121 stars 30 forks source link

Improve readme #32

Open marcospgp opened 6 years ago

marcospgp commented 6 years ago
nacimgoura commented 6 years ago

--limit specifies the number of post (integer). Headless mode is the headless for chrome (https://developers.google.com/web/updates/2017/04/headless-chrome)

marcospgp commented 6 years ago

You should add that on the readme! 😄

Also, are there any plans to add a similar limit but instead of a number of posts, specifying a date?

nacimgoura commented 6 years ago

in the readme it is already marked "get only the number of post defined by the limit" for --limit. It has no plan to add a similar limit but instead of a number of posts, specifying a date. you can do a PR if you are interested.

marcospgp commented 6 years ago

I think get only the number of post defined by the limit is too ambiguous, but since I already know that it represents the number of posts, fine by me! 😄

Thanks!