cwjohan / markdown-to-html

Command-line utility to convert Github Flavored Markdown to HTML.
MIT License
236 stars 86 forks source link

Rate Limit Exceeded - can I just download the parser? (REMOVE) #18

Closed jonandrewdavis closed 1 year ago

jonandrewdavis commented 7 years ago

Nevermind.

Please remove, I'm just going to avoid making 60 requests per hour.

cwjohan commented 7 years ago

Hi Jon,

I think that is something happening behind the scenes, not in my code but in some previously existing code called by mine. I wasn't even aware that the code would go to a server to do any of the work. I thought it was stand-alone code. I'm disappointed that it accesses a server. I would rather that my code not stop working because some server is unhappy or has a new API or maybe even is no longer online.

Sounds like the server will accept more API calls on an authenticated connection, but I don't make any such connection in my code.

Sorry for the inconvenience, but I can't help in this case.

Cheers, Craig

On Sat, May 27, 2017 at 6:26 AM, jonandrewdavis notifications@github.com wrote:

Hey there, thanks for the tool. Was working great.

I noticed my code blocks weren't formatted well, so I switched to: var Markdown = require('markdown-to-html').GithubMarkdown;. Otherwise my code is default.

Great it worked, but after 10 minutes, I got:

{"message":"API rate limit exceeded for 173.79.214.174. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://developer.github.com/v3/#rate-limiting"}

Is there a way around this? I don't need the most updated api... I just want good github flavored markdown... Can I use the original class and add a flavor?

Thanks for any help. Feel free to delete this if its annoying.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cwjohan/markdown-to-html/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AH5q3KXwACoLKChP1yS3AkNVv8qzl9xNks5r-CSAgaJpZM4NoWcn .