Skip to content

Instantly share code, notes, and snippets.

@sharifulin
Last active December 20, 2015 16:59
Show Gist options
  • Save sharifulin/6165262 to your computer and use it in GitHub Desktop.
Save sharifulin/6165262 to your computer and use it in GitHub Desktop.
Google Play and Mojo, powered by Perl
# all apps in html
$ mojo get "https://play.google.com/store/apps/developer?id=Яндекс&hl=ru" "a[class=title]"
# all apps title
$ mojo get "https://play.google.com/store/apps/developer?id=Яндекс&hl=ru" "a[class=title]" text
# all apps link
$ mojo get "https://play.google.com/store/apps/developer?id=Яндекс&hl=ru" "a[class=title]" attr href
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment