commit-crawler:GitHub 提交消息的爬虫

时间:2024-07-12 23:09:08
【文件属性】:

文件名称:commit-crawler:GitHub 提交消息的爬虫

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-12 23:09:08

Ruby

提交爬虫 GitHub 提交消息的爬虫 这是一个爬虫程序,它收集 GitHub 流行存储库上的提交消息。 如何使用 获取 GitHub API 的访问令牌。 请参阅:为命令行使用创建访问令牌 Git 克隆和捆绑。 $ git clone https://github.com/minamijoyo/commit-crawler $ cd commit-crawler $ bundle install 将您的访问令牌导出到环境可用。 $ echo "export GITHUBAPI_ACCESS_TOKEN=xxxxx" > githubapi.conf $ source githubapi.conf 运行爬虫。 $ ruby crawler.rb 结果将是“commits.txt”。


【文件预览】:
commit-crawler-master
----words.rb(389B)
----Gemfile(46B)
----Gemfile.lock(326B)
----.gitignore(49B)
----README.md(684B)
----crawler.rb(4KB)
----LICENSE.txt(1KB)

网友评论