CCollage generates SVG collages of a Git repository's contributors.
./ccollage --port 53352
--port: Port to listen on. Defaults to 8080.
CCOLLAGE_GH_TOKEN: A GitHub personal access token (get one here). You'll only need the public_repo
and read:user
permissions. Highly recommended (to increase rate limits).
CCOLLAGE_GH_CACHE_SIZE: The size of the GitHub API client in-memory cache, in megabytes. Defaults to 20MB. Optional.
CCOLLAGE_GH_CACHE_MAXAGE: The maximum age of the GitHub API client cache items, in minutes. Defaults to 7 days. Optional.
Code is licensed under the GNU Affero General Public Licence version 3.