# github_repo_download **Repository Path**: zr_zz/github_repo_download ## Basic Information - **Project Name**: github_repo_download - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-23 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # github_repo_download #### 介绍 由于墙,github访问受限(dddd); 该项目通过github api查看github仓库信息; 功能:github项目基本信息查看,仓库包下载,包括branches、tags、releases,无需使用梯子。 通过制作小工具,学习 python,项目使用了 python 的 gui 库,以及 github restful api,graphql api。 #### 软件架构 ttk ttkbootstrap request #### 使用说明 1、pip 安装 request.txt 中的组件 ```commandline pip install -r request.txt ``` 2、运行 launcher.py ```commandline python -m launcher.py ``` 3、默认settings.py配置的tokens不可用,需替换为自己的github token