Skip to content

b-coimbra/stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stats

Utility to update pinned gists with any irrelevant data.

Setup

  1. Download or clone this repository in a directory of your choice.
  2. Inside the project folder, create a config.json file with the following contents:
		{
		  "user": "<your-github-user>",
		  "hash": "<gist-hash>",
		  "token": "<access-token>"
		}
  1. Create a new personal access token with the gist scope. Copy the generated token and paste it in the token key in the config.json.
  2. Create a new gist (the filename doesn’t matter).
  3. Copy the hash from the newly created gist’s URL: (gist.github.com/<user>/ <hash>) and paste it in the hash key in the config.json.
  4. Run sh run.sh and check if the gist was updated.
  5. Pin the gist on your profile!

About

Utility for creating dynamic pinnable gists

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published