文件名称:github-to-sqlite:将数据从GitHub保存到SQLite数据库
文件大小:50KB
文件格式:ZIP
更新时间:2024-02-25 07:07:16
github-api sqlite datasette dogsheep datasette-io
github到sqlite 将数据从GitHub保存到SQLite数据库。 演示版 托管通过对中的所有存储库以及和存储库而创建的数据库的演示。 如何安装 $ pip install github-to-sqlite 认证方式 创建GitHub个人访问令牌: : 运行以下命令并粘贴新令牌: $ github-to-sqlite auth 这将在当前目录中创建一个名为auth.json的文件,其中包含所需的值。 要将文件保存在其他路径或文件名中,请使用--auth=myauth.json选项。 作为使用auth.json文件的替代方法,您可以将访问令牌添加到名为GITHUB_TOKEN
【文件预览】:
github-to-sqlite-main
----setup.py(912B)
----.gitignore(92B)
----demo-metadata.json(7KB)
----LICENSE(11KB)
----github_to_sqlite()
--------__init__.py(0B)
--------cli.py(18KB)
--------utils.py(28KB)
----.github()
--------workflows()
----README.md(12KB)
----tests()
--------test_releases.py(8KB)
--------issue-comments.json(5KB)
--------commits.json(5KB)
--------test_issue_comments.py(4KB)
--------test_issues.py(5KB)
--------test_stargazers.py(827B)
--------stargazers.json(2KB)
--------user.json(1KB)
--------test_scrape_dependents.py(3KB)
--------tags.json(929B)
--------deploy_demo.yml(1KB)
--------test_commits.py(3KB)
--------test_get.py(3KB)
--------test_auth.py(2KB)
--------test_pull_requests.py(4KB)
--------releases.json(12KB)
--------test_starred.py(7KB)
--------pull_requests.json(20KB)
--------issues.json(9KB)
--------test_repos.py(3KB)
--------test_workflows.py(5KB)
--------repo.json(7KB)
--------starred.json(8KB)
--------test_tags.py(1KB)