All Projects → mmilidoni → Github Downloads Count

mmilidoni / Github Downloads Count

Licence: apache-2.0
A script to get downloads count of your GitHub repositories

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Github Downloads Count

Keynuker
🔐💥 KeyNuker - nuke AWS keys accidentally leaked to Github
Stars: ✭ 82 (-31.67%)
Mutual labels:  github-api
Lastversion
Find the latest release version of an arbitrary project
Stars: ✭ 103 (-14.17%)
Mutual labels:  github-api
Android Issue Reporter
A powerful and simple library to open issues on GitHub directly from your app.
Stars: ✭ 115 (-4.17%)
Mutual labels:  github-api
Github Clone
⬇️ ⠀git clone repo subdirectories
Stars: ✭ 87 (-27.5%)
Mutual labels:  github-api
Opensource
Conheça os projetos Open Source na Globo.com
Stars: ✭ 100 (-16.67%)
Mutual labels:  github-api
Year On Github
🐙 Share your Github stats for 2020 on Twitter
Stars: ✭ 108 (-10%)
Mutual labels:  github-api
Mini Github
GitHub WeChat Mini Program
Stars: ✭ 1,216 (+913.33%)
Mutual labels:  github-api
Blog
✒️记录技术的新博客,采用Vue3开发,使用GitHub API进行数据交互
Stars: ✭ 119 (-0.83%)
Mutual labels:  github-api
Vblog
使用GitHub API 搭建一个可动态发布文章的博客
Stars: ✭ 1,375 (+1045.83%)
Mutual labels:  github-api
Github ecto
Ecto adapter for GitHub API
Stars: ✭ 114 (-5%)
Mutual labels:  github-api
Github Rest Apis For Insomnia
💯 A complete set of GitHub REST API route specifications that can be imported straight into Insomnia REST Client
Stars: ✭ 90 (-25%)
Mutual labels:  github-api
Dart hub
A GitHub client written in Flutter.
Stars: ✭ 91 (-24.17%)
Mutual labels:  github-api
Rxgithub
An example of MVVM using RxSwift and Swinject (DI)
Stars: ✭ 109 (-9.17%)
Mutual labels:  github-api
Repopeek
RepoPeek is a python script to get details about a repository without cloning it.
Stars: ✭ 85 (-29.17%)
Mutual labels:  github-api
Deployments
❗️GitHub Action for working painlessly with deployment statuses
Stars: ✭ 115 (-4.17%)
Mutual labels:  github-api
Gitmad
Monitor, Alert, and Discover sensitive info and data leakage on Github.
Stars: ✭ 81 (-32.5%)
Mutual labels:  github-api
Llum
Llum (light in catalan language) illuminates your Laravel projects speeding up your Github/Laravel development workflow
Stars: ✭ 107 (-10.83%)
Mutual labels:  github-api
Git Hub
Git command line interface to GitHub
Stars: ✭ 119 (-0.83%)
Mutual labels:  github-api
Github To Sqlite
Save data from GitHub to a SQLite database
Stars: ✭ 116 (-3.33%)
Mutual labels:  github-api
Gitstats
An open source github contribution analyzer
Stars: ✭ 115 (-4.17%)
Mutual labels:  github-api

GitHub Downloads Count

This script shows the downloads count of the GitHub repositories.

You must put the archive file in a GitHub release, an example is on GitHub Blog - Release Your Software.

In order to get the downloads count of all GitHub repositories of a specific user, you need to execute:

./gdc github-username

You can specify a single project:

./gdc github-username github-projectname

Example:

./gdc rethinkdb

output is:

rethinkdb-1.7.0.dmg: 454 downloads
rethinkdb-1.7.0.i686.rpm: 449 downloads
rethinkdb-1.7.0.x86_64.rpm: 450 downloads
rethinkdb-1.6.1.dmg: 455 downloads

If you need to run python scripts on Windows, see here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].