Skip to main content

Browse popular repos on github by star trends from your command line!

Project description

Cover image

Browse trending repos on Github by :star:stars:star: from your command line :computer:

Prerequisites

  • Requires Python 3.7 or greater

Installation

pip install starcli

Usage

Usage: starcli [OPTIONS]

  Returns repositories based on the language. repositories are sorted by
  stars

Options:
  -l, --language TEXT  language filter (eg: python)
  -d, --date TEXT      date in the ISO8601 format which is YYYY-MM-DD (year-
                       month-day)
  -L, --layout TEXT       output format, it can be either table or list
  --help               Show this message and exit.

Development

Make sure you read CONTRIBUTING.md first!

note: this proj is still in its early stage, if CONTRIBUTING.md is not yet created, create an issue to remind the maintainer!

First, fork this repo then,

git clone https://github.com/{your_username}/starcli.git
cd starcli
python -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
git checkout -b your_br_name_here

Make the neccessary changes, test your changes, then

git add .
git commit -m 'my commit message'
git push -u origin main

Start a pull request and wait for it to be reviewed!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

starcli-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

starcli-1.0.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page