Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ the known tools with their metadata. The Information is encoded as JSON:
continued to be used to check for divergence from the wiki page.
- The script `querystars.py` checks the number of stars the project has, if it
is hosted on github, github gist or gitlab.com. Other fields are not modified.
- both scripts need ~/.credentials.json to retrieve user & classic-acess-token of github api.


Usage
=====
Expand Down
4 changes: 4 additions & 0 deletions credentials.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"user":"<your-github-name>",
"token":"<your-classic-acedss-token>"
}
Loading