Metadata-Version: 2.1
Name: githunt
Version: 1.0.1
Summary: Browse most stared Github repositories by date from your command line.
Home-page: https://github.com/SriNandan33/githunt
Author: Srinivasa Rao
Author-email: nandusrinivas33.cse@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >3.7
Description-Content-Type: text/markdown
Requires-Dist: Click (==7.0)
Requires-Dist: black (==19.10b0)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: pylint (==2.4.4)
Requires-Dist: requests (==2.22.0)
Requires-Dist: tabulate (==0.8.6)

# githunt
### Browse most stared repositories by date on Github from your command line.
> This libray is inspired by the [Githunt](https://github.com/kamranahmedse/githunt) webapp created by [Kamran Ahmed](https://kamranahmed.info/), you can view it [here](https://kamranahmed.info/githunt/).


## Prerequisites
* Requires Python 3.7 or greater

## Installation
``` pip install githunt ```

## Usage
```
githunt --help

# Output
Usage: githunt [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)
  -f, --fmt TEXT       output format, it can be either table or colored
  --help               Show this message and exit.

```

