-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello there,
I want to recreate your figure in https://towardsdatascience.com/githubs-path-to-128m-public-repositories-f6f656ab56b1
using data up to today June 13, 2022.
I cloned the mirror repository and am following the instructions on the README.md; however, where is the requirements.dev.txt
I ran python setup.py install
But after changing the variables for my local computer, I get errors when I run test_mirror.sh:
AttributeError: module 'typing' has no attribute '_SpecialForm'
$watch -d -n 5 'curl https://api.github.com/rate_limit -s -H "Authorization: Bearer $GITHUB_TOKEN" "Accept: application/vnd.github.v3+json"'
-bash: watch: command not found
I'm a newbie and appreciate this repository, I just need a little help getting started.
Thanks so much!
Rene