文件名称:webhookdb:通过HTTP Webhooks复制GitHub的数据库
文件大小:140KB
文件格式:ZIP
更新时间:2024-05-22 06:44:53
Python
Webhook数据库 这个项目允许您使用Webhooks通过HTTP复制Github的数据库。 如果要将Github的API视为数据库,查询拉取请求和问题,这将非常有用。 Github不喜欢这样,您会很快达到API的速率限制-但是,如果您使用WebhookDB,则不必担心! 只需将初始数据填充到数据库中,设置webhook复制以使其保持同步,然后根据需要查询本地数据库!
【文件预览】:
webhookdb-master
----README.rst(1KB)
----.env.example(111B)
----webhookdb()
--------exceptions.py(2KB)
--------config.py(1KB)
--------ui()
--------oauth.py(3KB)
--------models()
--------process()
--------__init__.py(3KB)
--------tasks()
--------replication()
--------load()
--------templates()
--------worker.py(340B)
----manage.py(2KB)
----requirements.txt(317B)
----artwork()
--------webhookdb.png(29KB)
--------webhookdb-square.png(30KB)
----.travis.yml(360B)
----LICENSE(34KB)
----Procfile(97B)
----setup.py(1KB)
----docs()
--------add-new-repo.rst(2KB)
--------make.bat(5KB)
--------conf.py(8KB)
--------index.rst(477B)
--------Makefile(5KB)
--------architecture.rst(7KB)
--------http-api.rst(340B)
----tests()
--------cassettes()
--------factories.py(4KB)
--------test_pull_request.py(2KB)
--------conftest.py(3KB)
----app.json(967B)
----.gitignore(51B)
----dev-requirements.txt(127B)