New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github-download-count

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-download-count

Display download counts of GitHub releases

  • 0.0.1
  • PyPI
  • Socket score

Maintainers
1

github-download-count

|PyPI Package latest release| |License| |PyPI Wheel| |Supported versions| |Build Status| |Coverage Status|

Display download counts of GitHub releases.

Usage

::

usage: github-download-count [-s] USER [REPO] [RELEASE]

Display download counts of GitHub releases.

positional arguments:
  USER             GitHub username
  REPO             GitHub repository
  RELEASE          release tag

optional arguments:
  -s, --summarize  display only a total download count

Examples

Request a personal access token <https://github.com/settings/tokens>__ (NOTE: no special permissions are required) to store in your .bashrc or use as follows:

::

$ GITHUB_TOKEN=3389dd5d468cd41f8812402d494089f4d1c934a7 github-download-count google

access-bridge-explorer
12     AccessBridgeExplorer-0.9.3.zip
1      AccessBridgeExplorer-0.9.2.zip
2      AccessBridgeExplorer-0.9.1.zip
3      AccessBridgeExplorer-0.9.0.zip

allocation-instrumenter
10     java-allocation-instrumenter-3.0-javadoc.jar
7      java-allocation-instrumenter-3.0-sources.jar
93     java-allocation-instrumenter-3.0.jar

android-classyshark
348    ClassyShark.jar
2423   ClassyShark.jar
1255   ClassyShark.jar
636    ClassyShark.jar
199    classyshark.apk

Display total download counts:

::

$ github-download-count google -s

18     access-bridge-explorer
110    allocation-instrumenter
4861   android-classyshark

Display download count for a particular release tag:

::

$ github-download-count adobe brackets release-1.6

9937     Brackets.Release.1.6.32-bit.deb
31634    Brackets.Release.1.6.64-bit.deb
54512    Brackets.Release.1.6.dmg
150987   Brackets.Release.1.6.msi

.. |PyPI Package latest release| image:: https://img.shields.io/pypi/v/github-download-count.svg :target: https://pypi.python.org/pypi/github-download-count .. |License| image:: https://img.shields.io/pypi/l/github-download-count.svg :target: https://raw.githubusercontent.com/brbsix/github-download-count/master/LICENSE.md .. |PyPI Wheel| image:: https://img.shields.io/pypi/wheel/github-download-count.svg :target: https://pypi.python.org/pypi/github-download-count .. |Supported versions| image:: https://img.shields.io/pypi/pyversions/github-download-count.svg :target: https://pypi.python.org/pypi/github-download-count .. |Build Status| image:: https://travis-ci.org/brbsix/github-download-count.svg?branch=master :target: https://travis-ci.org/brbsix/github-download-count .. |Coverage Status| image:: https://coveralls.io/repos/github/brbsix/github-download-count/badge.svg?branch=master :target: https://coveralls.io/github/brbsix/github-download-count?branch=master

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc