{"id":19757405,"url":"https://github.com/manojkarthick/git-trend","last_synced_at":"2025-04-30T12:31:41.361Z","repository":{"id":48926879,"uuid":"81856328","full_name":"manojkarthick/git-trend","owner":"manojkarthick","description":"A Python CLI tool for getting the trending github repositories and developers","archived":false,"fork":false,"pushed_at":"2022-12-08T06:05:06.000Z","size":63,"stargazers_count":53,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-12T19:30:54.033Z","etag":null,"topics":["git-trend","github","pypi","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manojkarthick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-13T18:22:04.000Z","updated_at":"2024-03-09T20:25:39.000Z","dependencies_parsed_at":"2023-01-24T14:30:20.984Z","dependency_job_id":null,"html_url":"https://github.com/manojkarthick/git-trend","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkarthick%2Fgit-trend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkarthick%2Fgit-trend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkarthick%2Fgit-trend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manojkarthick%2Fgit-trend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manojkarthick","download_url":"https://codeload.github.com/manojkarthick/git-trend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224208333,"owners_count":17273751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git-trend","github","pypi","python"],"created_at":"2024-11-12T03:19:19.895Z","updated_at":"2024-11-12T03:19:20.582Z","avatar_url":"https://github.com/manojkarthick.png","language":"Python","readme":"# git-trend [![PyPI version](https://badge.fury.io/py/git-trend.svg)](https://badge.fury.io/py/git-trend) ![build](https://github.com/manojkarthick/git-trend/workflows/build/badge.svg) \n\nA command line utility for getting trending repositories and developers on GitHub.\n\n- **Repositories** - The tool will print details such as the  name, owner, stars and the language of the repository.\n- **Developers** - The tool will print details of the trending developer such as their username, name, their trending repository.\n\nView it on PyPI at: https://pypi.org/project/git-trend/\n\n### Installation\n\nThis tool has been built with python3. You need to install Python3.x for this utility.\nInstall this tool from PyPI (The Python Package Index) using pip:\n\n```shell\n$ pip install git-trend \n```\n\nIf you are a [pipx](https://pypa.github.io/pipx/) user, you can install by running:\n\n```shell\n$ pipx install git-trend\n```\n**NOTE**: Support for Python 2 is no longer available. For best experience, please use a terminal with unicode support.\n\n### Options\n\nThe utility can fetch trending data for the overall site. In case you are interested in a particular language, use the language flag.\n\n```\noptional arguments:\n  -h, --help            show this help message and exit\n  --repos               to view trending repositories\n  --devs                to view trending developers\n  --period {daily,weekly,monthly}\n                        time period of results\n  --language \u003clanguage_code\u003e\n                        the language whose trends you want to fetch. Use --languages flag to see supported languages.\n  --spoken-language \u003cspoken_language_code\u003e\n                        spoken language you want to filter results on. Use --spoken-languages flag to see supported spoken languages.\n  --format {default,table,json}\n                        Output format\n  --languages           print list of languages supported\n  --spoken-languages    print list of spoken languages supported\n  --version             Package version\n```\n\n* Supported Output formats: default, table, json.\n* Supported Languages: Run `git-trend --languages` to see list of supported languages\n* Supported Spoken languages: Run `git-trend --spoken-languages` to see list of supported spoken languages\n\n### Sample Output\n\n#### List of trending git repositories\n\n```\n$ git-trend --repos\n\n➜ facebookresearch/deit [Python, ★ 561]:  Official DeiT repository\n➜ iptv-org/iptv [JavaScript, ★ 23,067]:  Collection of 5000+ publicly available IPTV channels from all over the world\n➜ inancgumus/learngo [Go, ★ 6,730]:  1000+ Hand-Crafted Go Examples, Exercises, and Quizzes\n➜ huanghyw/jd_seckill [Python, ★ 411]:  京东秒杀商品抢购，目前只支持茅台抢购，不支持其他商品！\n➜ microsoft/Web-Dev-For-Beginners [JavaScript, ★ 8,640]:  24 Lessons, 12 Weeks, Get Started as a Web Developer\n➜ ruby/ruby [Ruby, ★ 17,720]:  The Ruby Programming Language [mirror]\n➜ netdata/netdata [C, ★ 50,756]:  Real-time performance monitoring, done right! https://www.netdata.cloud\n➜ werner-duvaud/muzero-general [Python, ★ 717]:  MuZero\n..... \u003coutput shortened\u003e\n````\n\n#### List of trending developers\n\n```\n$ git-trend --devs\n\n➜ Jan De Dobbeleer (JanDeDobbeleer)\n  oh-my-posh: A prompt theming engine for Powershell\n➜ Sean McArthur (seanmonstar)\n  reqwest: An easy and powerful Rust HTTP Client\n➜ Dan Davison (dandavison)\n  delta: A viewer for git and diff output\n➜ Steve Purcell (purcell)\n  emacs.d: An Emacs configuration bundle with batteries included\n➜ Ariel Mashraki (a8m)\n  golang-cheat-sheet: An overview of Go syntax and features.\n➜ Arvid Norberg (arvidn)\n  libtorrent: an efficient feature complete C++ bittorrent implementation\n➜ Matthias Urhahn (d4rken)\n  sdmaid-public: SD Maid is an Android app that helps you manage files and apps.\n..... \u003coutput shortened\u003e\n```\n\n#### List of trending repositories using Rust in table format\n\n```\n$ git-trend --repos --language rust --format table\n\n+------+----------------------------+-----------------------------------------------+----------+--------+\n| Rank | Repository                 | URL                                           | Language | Stars  |\n+------+----------------------------+-----------------------------------------------+----------+--------+\n| 1    | sfackler/rust-postgres     | https://github.com/sfackler/rust-postgres     | Rust     | 1,977  |\n| 2    | yewstack/yew               | https://github.com/yewstack/yew               | Rust     | 14,328 |\n| 3    | paritytech/substrate       | https://github.com/paritytech/substrate       | Rust     | 3,503  |\n| 4    | tauri-apps/tauri           | https://github.com/tauri-apps/tauri           | Rust     | 7,640  |\n| 5    | paritytech/polkadot        | https://github.com/paritytech/polkadot        | Rust     | 1,848  |\n| 6    | Geal/nom                   | https://github.com/Geal/nom                   | Rust     | 4,688  |\n|                                                                                                       |\n| ............................................\u003c output shortened \u003e....................................  |\n|                                                                                                       |\n| 25   | redox-os/orbtk             | https://github.com/redox-os/orbtk             | Rust     | 2,806  |\n+------+----------------------------+-----------------------------------------------+----------+--------+\n```\n\n#### List of trending repositories using Scala this week in JSON format\n\n```\n$ git-trend --devs --language scala --format json --period weekly\n\n{\n    \"Thibault Duplessis\": {\n        \"rank\": 1,\n        \"user_id\": \"ornicar\",\n        \"repository\": \"lila\",\n        \"description\": \"\\u265e lichess.org: the forever free, adless and open source chess server \\u265e\",\n        \"url\": \"https://github.com/ornicar\"\n    },\n    \"Frank S. Thomas\": {\n        \"rank\": 2,\n        \"user_id\": \"fthomas\",\n        \"repository\": \"refined\",\n        \"description\": \"Simple refinement types for Scala\",\n        \"url\": \"https://github.com/fthomas\"\n    },\n    \"P. Oscar Boykin\": {\n        \"rank\": 3,\n        \"user_id\": \"johnynek\",\n        \"repository\": \"bosatsu\",\n        \"description\": \"A python-ish pure and total functional programming language\",\n        \"url\": \"https://github.com/johnynek\"\n    },\n    .\n    . \n    . \u003coutput shortened\u003e\n    .\n    .\n    \"Fabio Labella\": {\n        \"rank\": 11,\n        \"user_id\": \"SystemFw\",\n        \"repository\": \"Scala-World-2019\",\n        \"description\": \"\",\n        \"url\": \"https://github.com/SystemFw\"\n    }\n}\n\n```\n\n### TODO\n\n* [x] JSON output format support\n* [x] Hyperlink support\n* [x] Table output support\n* [x] Support for Spoken language filter\n* [x] Support for all languages available from GitHub\n* [x] Subclasses\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojkarthick%2Fgit-trend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanojkarthick%2Fgit-trend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanojkarthick%2Fgit-trend/lists"}