This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: Explain how to find the list of author names for deduplicating.

Joseph Hale (Jul 9, 2025, 11:14 AM -0700) a395d6cd dcf81f4f

+13
+13
README.md
··· 60 60 - Set the `organization` to the GitHub username of the org whose repos you want 61 61 to animate. 62 62 63 + #### Authors 64 + 65 + After running the script once, you can run the following command to list all 66 + the authors found across all repositories. 67 + 68 + ```bash 69 + cat gource.log | cut -d '|' -f 2 | sort | uniq 70 + ``` 71 + 72 + Place these names in the config to deduplicate/rename authors 73 + 74 + 75 + ### Creating the Animation 63 76 Run the script 64 77 ``` 65 78 python gource_org.py