0.3.0 • Published 7 years ago

scrapegh v0.3.0

Weekly downloads
4
License
WTFPL
Repository
github
Last release
7 years ago

scrapegh

DEPRECATED

GitHub's markup and CSS keep changing, and it's not worth it to me to keep this updated, since that means constantly patching deps. Sorry, folks.


This is a little command-line utility to scrape Github for useful things!

It's essentially just a wrapper around this.

Installation: npm i -g scrapegh.

Usage:

scrapegh username
scrapegh username repos
scrapegh username followers
scrapegh username following
scrapegh username starred
scrapegh username reponame
  • You can see the above with scrapegh -h.
  • It'll give you what you've asked for, in nice, pretty JSON.
  • Try it with jq: scrapegh zacanger following | jq .
  • Or with ccat: scrapegh r-walsh | ccat.
  • Or with prettyjson: scrapegh geordyn repos | prettyjson
  • Or just on its own: scrapegh pharaoh-js pharaoh

  • To do:

    • Better message (instead of 404) for non-existent users
    • Better way to get rid of the banner text
    • Features
    • Usability
    • Decent docs
    • Tests
    • Using all of github-scraper's functionality in this tool.
    • Basically everything
0.3.0

7 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.0

8 years ago