GitAny - 無需登入的 GitHub 最新倉庫檢索工具

地址:https://github.com/MartinxMax/gitany

GitAny - 無需登入的 GitHub 專案搜尋工具

GitAny 是一款基於 Python 的工具,允許你在無需登入的情況下搜尋當天最新的 GitHub 專案。它支援模糊搜尋、條件篩選以及倉庫資料的視覺化分析。


安裝依賴

bash 复制代码
$ pip install -r requirements.txt

如何啟動

bash 复制代码
$ python gitany.py

命令總覽

啟動後,輸入:

bash 复制代码
gitany$ help

查看所有可用命令。


資料更新

從 GitHub 抓取資料(支援代理設定和自訂頁數):

bash 复制代码
gitany$ update
[+] 代理 IP(預設:無):192.168.0.113  
[+] 代理端口(預設:無):7890  
[+] 更新頁數:2

搜尋語法參考

命令格式 說明
search dec=<關鍵字> 按倉庫描述模糊搜尋
search lan=<關鍵字> 按程式語言模糊搜尋
search repo=<關鍵字> 按倉庫名稱(full_name)模糊搜尋
search star>=500 按星標數過濾(支援 > >= < <= = 等比較符號)
search fork<=1000 按分支數過濾(支援 > >= < <= = 等比較符號)
search all 顯示所有倉庫資料

範例:

bash 复制代码
gitany$ search dec=gpt
gitany$ search all

資料視覺化

輸入以下命令產生圖表,並保存為圖片檔案:

bash 复制代码
gitany$ graphy

包含:

  • 條形圖:顯示每個倉庫的星標數與分支數
  • 圓餅圖:顯示程式語言的分佈
相关推荐
@comefly1 小时前
本地github ssh多账号问题
运维·ssh·github
摸鱼的后端20 小时前
开源软件协议大白话分类指南
github·开源软件
AI让世界更懂你1 天前
在 Linux 系统上连接 GitHub 的方法 (适用2025年)
linux·运维·github
echola_mendes1 天前
Cherry Studio连接配置MCP服务器
github
病树前头1 天前
github开源版pymol安装(ubuntu22.04实战版)
linux·github·conda·pymol
白总Server1 天前
Python的分布式网络爬虫系统实现
linux·服务器·python·microsoft·中间件·架构·github
qianmoQ1 天前
GitHub 趋势日报 (2025年05月22日)
github
我也爱吃馄饨1 天前
GitHub push失败解决办法-fatal: unable to access ‘https://github.com/xxx
git·github·visual studio
yunson_Liu1 天前
AWS创建github相关的角色
云计算·github·aws