A simple go app, that fetches all the open source Github repositories that a list of users has interacted with, using Github's GraphQL API. As an interaction, it considers a contribution, a commit, a new issue or a comment on an issue.
In order to run this app you need to generate a github access token from here -> Personal access tokens -> Generate new token and check the public_repo permission.
docker-compose up --buildexport GITHUB_TOKEN=your_access_keygo run main.goContent type
Image
Digest
Size
162.8 MB
Last updated
over 8 years ago
docker pull ossn/fetcher