Created
December 16, 2020 13:40
-
-
Save lidel/4228daee0e86c6522a00b010ec9e46aa to your computer and use it in GitHub Desktop.
Exact user count at Chrome Web Store
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# while Google does not provide official API and Stats are available only after login, | |
# for some reason exact user count is included on the listing page ¯\_(ツ)_/¯ | |
curl -s https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch | grep -Po '<Attribute name="user_count">\K[[:digit:]]*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment