seladb / github-traffic-stats

A small Python project to pull and store traffic stats for GitHub projects using GitHub API
MIT License
28 stars 13 forks source link

Organization #1

Closed paldepind closed 6 years ago

paldepind commented 6 years ago

Hello @seladb. This project looks very useful :+1: I have two questions:

seladb commented 6 years ago

Thanks for making these suggestions! I'll add support for both shortly

paldepind commented 6 years ago

That sounds wonderful! I've been looking around for a way to save GitHub traffic stats and yours looks really nice.

seladb commented 6 years ago

Done! please let me know if that's what you meant

paldepind commented 6 years ago

Fantastic! It works wonderfully. Thanks a lot.

seladb commented 6 years ago

BTW, I just added pip install so it's easier to install it. You can view installation instructions in README.md

paldepind commented 6 years ago

I did follow the instructions :smile: You might want to mention that the script uses Python 2. On some Linux distributions one has to use python2 and pip2 for Python 2 programs.

seladb commented 6 years ago

You're right, I'll do that, thanks!