Adding GitHub Download Count Badge to Readme Mark Down

Check out PePy for receiving the download count of your repository and the code for your badge. Here's an example:

http://pepy.tech/count/video2tfrecord


You have to insert it as an image into your README. If your README is markdown (README.md) that should be like:

Syntax:

[![Github All Releases](https://img.shields.io/github/downloads/<-- User Name-->/<-- Your Repo Name-->/total.svg)]()

 Example

[![Github All Releases](https://img.shields.io/github/downloads/atom/atom/total.svg)]()

If you click on the badge on shields.io you can copy-paste markdown syntax you need to insert into README.md