github-traffic-stats
github-traffic-stats copied to clipboard
Get statistics on web traffic to your GitHub repositories.
In the graphs/traffic section there is also a fourth graph with "Popular content" data. How about adding it in github-traffic-stats?
Hi, Is there a way to not display the repo that have 0 view/clone? Thanks in advance,
By default all files are written the local path. It would be nice for an option to specify an output directory. This will also make it easier to work with...
This is a great code and I have an idea to use it for other purposes, but I do not see a LICENSE file.
I'm trying to log GitHub traffic to a dockerized PostgreSQL database with this service definition in docker-compose: ```yml postgres: image: postgres environment: - POSTGRES_DB=github-traffic-stats - POSTGRES_USER=postgres - POSTGRES_PASSWORD= volumes: -...
When setting up a personal token for Github access there's a large set of permissions that we could set. For this script to work, which are the minimal (strictly necessary)...
https://developer.github.com/changes/2020-02-14-deprecating-password-auth/ If the token auth can be added, it'd be appreciated. : D
@nchah I am having credential problems with the package. when I run the package as below I get the following response (i have tried manual pw entry and the concatenated...
export to a database, e.g. sql would be awesome. someone has done something similar already, but in MS Visual Studio: https://github.com/Microsoft/GitHubTelemetryParsor
Hi, I hope gts is meant to be run also without a end-user ready to type a password at each run. The syntax documented as username:password no longer works. The...