#Humans.txt Generator
Generates a humans.txt
file from any GitHub repository according to the GitHub Contributors to that repository. Includes name, GitHub profile, website, and location. Follows the humanstxt.org Standard
To run, download the humanstxt.py file and run in a Python shell:
$ python humanstxt.py
Repository Name (username/repoName): joahg/humans-txt-generator
Create a Personal Access Token at https://github.com/settings/tokens/new
Paste it here: PERSONAL_ACCESS_TOKEN
...
Which will generate a humans.txt
in your current directory.