Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Gioyik/ZenGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZenGit

A cli to fetch zen streaming from GitHub API.

Run it

  • Install node.js (http://nodejs.org/download/);
  • Clone the repo: $ git clone https://github.com/Gioyik/Zengit
  • Install dependencies: $ npm install
  • Run the script: $ ./zengit.js

If you want it as global binary:

  • Install from npm: npm install -g zengit
  • Run: $ zengit

Example output

Notes

API limit is 60 requests per hour, if you need expand the limit use your user name as parameter.

# zengit (installed globally) or ./zengit.js (running from repository)
$ ./zengit Gioyik
Password:

You can save the output in a text file:

# zengit (installed globally) or ./zengit.js (running from repository)
$ zengit > zen

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published