Skip to content
Snippets Groups Projects
README.md 582 B
Newer Older
李清伟's avatar
李清伟 committed
# Search Count

统计github搜索某个关键词的数量

## 环境配置

```bash
cd ../
git clone http://222.195.92.204:1480/Lslightly/issue_llm_tag.git

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -e .

# Because issue_llm_tag cloned to ../, here install -e ../issue_llm_tag
pip install -e ../issue_llm_tag
```

## gitlab环境配置

需要添加`github`变量。

## search限制

### search code

在search code中存在[限制](https://docs.github.com/en/search-github/github-code-search/about-github-code-search#limitations)