After you get more than a page full of projects under and owner in github, it's hard to see exactly what's there. Github topics (a confusing name, but less confusing once you realize how bad tags would be overloaded) allows for adding simple keyword metadata to repositories.
The usage for this is pretty simple:
- get yourself an application token - https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/
- put this into
token.txt
- run ./tag-projects.py
The data for topics is organized through a set of txt files in the topics/
sub directory. Each txt file contains a list of projects that topic should be
applied to.