Code crawler
Generate a github token (https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
touch .env
echo GITHUB_TOKEN="<your github token>" >> .env
make build
make run
Code crawler
Generate a github token (https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
touch .env
echo GITHUB_TOKEN="<your github token>" >> .env
make build
make run