Traffic is the easiest way to keep track of the traffic to your projects on Github. Traffic queries the Github API to build a traffic report for all of your projects.
Traffic can be installed using cargo. If you need to install Rust, follow these instructions. Once you have Rust installed, follow the steps below to install Traffic:
git clone https://github.com/JoshMcguigan/traffic.git
cd traffic
cargo install
The first time running Traffic, you will be asked to enter your Github credentials. If you have two factor authentication enabled on Github you'll need to setup a personal access token for Traffic, with the read:user and repo permissions.
To clear your Github credentials, use traffic --logout
.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.