AndreiMoraru123 / GitGist

Flask API app to get a list of GitHub gists for a particular user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitGist

Flask Python HTML5 CSS3 PyCharm

GitHub Gist API app to get any user's Gist contributions

1. Search the user

1

2. Each gist will have the last three fork owners displayed

2

3. When clicked, the gist will show the code content along with a GitHub-like language tag

3

Warning

Sometimes the GitHub Gist API will reach its limit (60 request/h/ip) :P

To check your status, use this:

curl -I https://api.github.com/users/YourUserName

Note

This will give you the Unix time for your reset limit like this:

X-RateLimit-Reset: 1672698829

You can then use an epoch time stamp converter like this one to get the relative time.

About

Flask API app to get a list of GitHub gists for a particular user


Languages

Language:Python 41.2%Language:HTML 35.2%Language:CSS 23.5%