Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chinsyo/ghtrending
- Owner: chinsyo
- License: mit
- Created: 2017-10-18T09:17:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T01:32:39.000Z (about 6 years ago)
- Last Synced: 2024-11-20T18:48:26.464Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 2.71 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```