Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chinsyo/ghtrending

Explore GitHub trending in command line, written in python3
https://github.com/chinsyo/ghtrending

Last synced: 22 days ago
JSON representation

Explore GitHub trending in command line, written in python3

Awesome Lists containing this project

README

        

# GHTRENDING

![pypi](https://img.shields.io/pypi/v/ghtrending.svg)

## Overview

**GHTRENDING** is a commandline tool for explore GitHub trending, includes developers and repository.



## INSTALLATION
```shell
// package (recommend)
pip3 install ghtrending

// source
git clone https://github.com/chinsyo/ghtrending.git && cd ghtrending
```

## USAGE
```shell
// package (recommend)
python3 -m ghtrending

// source
python3 ghtrending/ghtrending.py
```