Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facert/github_search
根据 keywords 搜索 github 上面的 repos, 并通过 web 展示
https://github.com/facert/github_search
github
Last synced: about 1 month ago
JSON representation
根据 keywords 搜索 github 上面的 repos, 并通过 web 展示
- Host: GitHub
- URL: https://github.com/facert/github_search
- Owner: facert
- License: mit
- Created: 2016-09-30T05:36:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T13:37:10.000Z (about 8 years ago)
- Last Synced: 2024-08-01T15:12:54.748Z (4 months ago)
- Topics: github
- Language: Python
- Homepage:
- Size: 238 KB
- Stars: 277
- Watchers: 27
- Forks: 105
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - github_search - 根据 keywords 搜索 github 上面的 repos, 并通过 web 展示 (Python)
- awesome-hacking-lists - facert/github_search - 根据 keywords 搜索 github 上面的 repos, 并通过 web 展示 (Python)
README
# github_search
### 介绍
根据 keywords 搜索 github 上面的 repos, 并通过 web 展示### 安装
* 安装 redis
> apt-get install redis-server
* 安装依赖
> pip install requirements.txt
### run
* run 搜索结果的脚本
> python github_search.py* 开启 web 服务, 访问 http://127.0.0.1:5000/
> python app.py
### 搜索参数配置
* github_search.py 里面 修改 keywords = ['', '', ''] 可以定制搜索
### screenshots![demo](https://raw.githubusercontent.com/facert/github_search/master/screenshots/demo.png)