A CLI tool for retrieving trending GitHub repositories.
Project description
GitHub Trending Repositories CLI
A command-line tool for retrieving trending GitHub repositories based on different time periods.
Table of Contents
Features
- Fetch trending repositories from GitHub.
- Filter repositories by programming language.
- Display repository information including name, author, link, description, language, stars, and forks.
Installation
pip install github-trending-repos
Usage
github-trending-repos daily --language python --page 1
daily,weekly, ormonthlyare the available time periods.--languageallows you to filter repositories by programming language.--pagelets you navigate through different pages of results (0 to 4).
Options
- period: Trending period (
daily,weekly, ormonthly). - language: Filter repositories by programming language.
- save: Save data as JSON (optional).
- page: Page index (default: 0).
Examples
-
Retrieve daily trending Python repositories:
github-trending-repos daily --language python
-
Save weekly trending repositories with JavaScript language to a JSON file:
github-trending-repos weekly --language javascript --save
-
View the second page of monthly trending repositories:
github-trending-repos monthly --page 1
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file github-trending-repos-1.1.4.tar.gz.
File metadata
- Download URL: github-trending-repos-1.1.4.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10ee5d3bb2fdb88f47aef710ad0e4c63905f0a327b87cd74ed0b851b0d35e93a
|
|
| MD5 |
2af0885fb7d108c406453a9e7478170c
|
|
| BLAKE2b-256 |
0cc673ac29411ed031900a47ee0ddede1ca2dde84bf8b40f222dc2f881291d94
|
File details
Details for the file github_trending_repos-1.1.4-py3-none-any.whl.
File metadata
- Download URL: github_trending_repos-1.1.4-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebaf712bb86ed250e47102acc0f80aef55c46ce4de0374c14dd296780aac7f39
|
|
| MD5 |
ded0f2865488e477767eaae6807a5aa0
|
|
| BLAKE2b-256 |
8b7e746dea6b66e756dddf91fda0db3adc55ec41cb25728a8eae32df657ea73b
|