From a5565472bc9aa9675ec80e7d7394acd8b5fc8518 Mon Sep 17 00:00:00 2001 From: Tyrel Souza <923113+tyrelsouza@users.noreply.github.com> Date: Thu, 4 Nov 2021 23:37:26 -0400 Subject: [PATCH] readme --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..dee1341 --- /dev/null +++ b/Readme.md @@ -0,0 +1,7 @@ +## Running + +* First you should be on a current supported version of python, (I'm using 3.9.7). +* Once this is installed, you need to create a virtalenv `python3 -m venv VENVNAMEHERE` and source activate it `source VENVNAMEHERE/bin/activate`. +* Once that's activated, `pip install -r requirements.txt`. +* Finally create a GitHub Personal Token: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token and set the appropriate environment variable. `export GITHUB_TOKEN=ghabcdeghijk1231412313` +* Then run `python cli.py` and presto! you can see all of someone's github repos!