Sean Lang

Results 141 comments of Sean Lang

wow... didn't even notice that had been added. thanks! note to self: see https://github.com/visionmedia/jade/issues/936

Yeah, over in [posts.coffee:70](https://github.com/slang800/instagram-screen-scrape/blob/1f81a1ba63b4dcf78222cb46f1d9d794c8481072/lib/posts.coffee#L70), we just pick the standard resolution. However, looking at an example of the response, it seems like you can derive the other URLs from the standard...

How many ids are you looking to scrape? If it's just a few hundred then I'd use the exit code of the `instagram-screen-scrape comments` command to retry, up to a...

nope - there's no limit or page parameter, but there is a `.destroy` method that you can use to stop it.

What configuration options are you trying to change?

I think this is kinda a dupe of #33

If you still need this, I've implemented it in my fork: https://github.com/slang800/fixpack/blob/7044acba82cf78a3fe67fe8203ece54069e0da71/lib/index.coffee#L112 The CLI doesn't support piped input (yet), but you can pass a string to the JS module &...

:+1:, Though we should probably remove it from the readme now that it's mentioned in the package.json and in a file... seems redundant.

Yeah, I'm saying the ["License"](https://github.com/visionmedia/minstache#license) section of `./Readme.md` is now redundant and should be removed... putting it into the package.json & separate file is a great idea.

+1, that is an odd behavior. But, when this is fixed there should be a way to get the modified object with defaults inserted - just not by it mutating...