All Projects → taranjeet → Github Trending Cli

taranjeet / Github Trending Cli

Licence: mit
A Python package which lists trending repositories and developers from Github

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Github Trending Cli

Gtts
Python library and CLI tool to interface with Google Translate's text-to-speech API
Stars: ✭ 1,303 (+8586.67%)
Mutual labels:  cli, pypi
Search Engine Parser
Lightweight package to query popular search engines and scrape for result titles, links and descriptions
Stars: ✭ 216 (+1340%)
Mutual labels:  cli, pypi
Mal
MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
Stars: ✭ 104 (+593.33%)
Mutual labels:  cli, pypi
Freenom Dns Updater
A tool to update freenom's dns records
Stars: ✭ 117 (+680%)
Mutual labels:  cli, pypi
Pytg
Python package that wraps around Telegram messenger CLI. Send and receive messages, and more.
Stars: ✭ 365 (+2333.33%)
Mutual labels:  cli, pypi
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (+473.33%)
Mutual labels:  cli, pypi
Best Of Python
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Stars: ✭ 1,869 (+12360%)
Mutual labels:  cli, pypi
Lexicon
Manipulate DNS records on various DNS providers in a standardized way.
Stars: ✭ 1,028 (+6753.33%)
Mutual labels:  cli, pypi
Pipx
Install and Run Python Applications in Isolated Environments
Stars: ✭ 4,398 (+29220%)
Mutual labels:  cli, pypi
Starcli
✨ Browse GitHub trending projects from your command line
Stars: ✭ 269 (+1693.33%)
Mutual labels:  cli, pypi
Fsociety
A Modular Penetration Testing Framework
Stars: ✭ 259 (+1626.67%)
Mutual labels:  cli, pypi
Musicrepair
Fixes music metadata and adds album art.
Stars: ✭ 566 (+3673.33%)
Mutual labels:  cli, pypi
Rivalcfg
CLI tool and Python library to configure SteelSeries gaming mice
Stars: ✭ 430 (+2766.67%)
Mutual labels:  cli, pypi
Git Repo
Git-Repo: CLI utility to manage git services from your workspace
Stars: ✭ 818 (+5353.33%)
Mutual labels:  cli, pypi
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+52660%)
Mutual labels:  pypi
Radian
A 21 century R console
Stars: ✭ 878 (+5753.33%)
Mutual labels:  cli
Vercel
Develop. Preview. Ship.
Stars: ✭ 8,015 (+53333.33%)
Mutual labels:  cli
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+5760%)
Mutual labels:  cli
Cht.exe
cht.sh libcurl client for windows XP+ with changed colorization
Stars: ✭ 15 (+0%)
Mutual labels:  cli
Start Server And Test
Starts server, waits for URL, then runs test command; when the tests end, shuts down server
Stars: ✭ 879 (+5760%)
Mutual labels:  cli

Github Trending Cli

PyPI version Build Status Coverage Status

A cli which lists the trending repositories and developers from Github.

Install

  • Using pip
$ pip install github-trending
  • From source
$ git clone https://github.com/TroJan/github-trending-cli
$ cd github-trending-cli
$ python setup.py install

Usage

$ githubtrending 				# list 25 trending repositories on github
$ githubtrending --repo or -r   # list 25 trending repositories on github
$ githubtrending --dev or -d    # list 25 trending developers on github
$ githubtrending --lang=python or -l=python
                                # list 25 trending repositories for a particular language on github
$ githubtrending --week         # list 25 trending repositories on github since a week
$ githubtrending --month        # list 25 trending repositories on github since a month

Examples

$ githubtrending --repo --lang=python --week        # lists 25 trending repositories of python since a week
$ githubtrending --dev --lang=javascript --month    # lists 25 trending developers of javascript since a month
$ githubtrending --repo --week                      # lists 25 repositories since a week

Available Options


 --help 				Lists the help and option available
 -r, --repo 			Lists 25 trending repositories
 -d, --dev 				Lists 25 trending developers
 -l, --lang             Takes language as a parameter and lists repo of that language
 --week                 Lists trending repos/devs since a week
 --month                Lists trending repos/devs since a month

Licence

Open sourced under MIT License

Package Link

Pypi link

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].