top github scraper:基于关键字的顶级GitHub存储库和用户 源码
顶级Github铲运机 根据关键字抓取顶级Github存储库和用户。 我用这个工具来分析顶部1K机器学习的用户在。 设置 安装 pip install top-github-scraper 添加凭据 为了确保您可以抓取许多存储库和用户,请将GitHub的凭据添加到.env文件。 touch .env 将您的用户名和添加到.env文件: GITHUB_USERNAME=yourusername GITHUB_TOKEN=yourtoken 用法 获取顶级Github存储库的URL from top_github_scraper import get_top_repo_urls get_top_repo_urls ( keyword = "machine learning" , stop_page = 10 ) 在top_repo_urls__
文件列表
top-github-scraper-master.zip
(预估有个18文件)
top-github-scraper-master
.flake8
118B
.gitignore
101B
README.md
13KB
.pre-commit-config.yaml
309B
tests
test_utils.py
1KB
example.py
302B
top_github_scraper
scrape_user.py
3KB
暂无评论