xdamman / mediumexporter

Export your stories published on medium.com to markdown for easy import
MIT License
235 stars 32 forks source link

Add support to include a git token when the gists are fetched #44

Open martinlamas opened 4 years ago

martinlamas commented 4 years ago

Hi,

I would like to add this feature to your code. This feature allow to specify a git token to increase the request rate limit when fetching the gists.

https://developer.github.com/v3/#rate-limiting

Thanks!!