Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 630 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 630 Bytes

#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.