{"id":15102063,"url":"https://github.com/bsquidwrd/django-keybase-verification","last_synced_at":"2025-09-27T00:30:48.094Z","repository":{"id":57420576,"uuid":"82704929","full_name":"bsquidwrd/django-keybase-verification","owner":"bsquidwrd","description":"Easy to use app that allows verifying domains with Django for Keybase.io","archived":true,"fork":false,"pushed_at":"2020-06-05T17:26:28.000Z","size":118,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-14T21:12:38.617Z","etag":null,"topics":["django","django-application","keybase","keybase-verification","pypi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsquidwrd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-21T16:58:07.000Z","updated_at":"2023-01-28T11:30:44.000Z","dependencies_parsed_at":"2022-09-16T14:22:02.352Z","dependency_job_id":null,"html_url":"https://github.com/bsquidwrd/django-keybase-verification","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsquidwrd%2Fdjango-keybase-verification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsquidwrd%2Fdjango-keybase-verification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsquidwrd%2Fdjango-keybase-verification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsquidwrd%2Fdjango-keybase-verification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsquidwrd","download_url":"https://codeload.github.com/bsquidwrd/django-keybase-verification/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219871827,"owners_count":16554457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-application","keybase","keybase-verification","pypi"],"created_at":"2024-09-25T18:45:55.948Z","updated_at":"2025-09-27T00:30:47.751Z","avatar_url":"https://github.com/bsquidwrd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Keybase Verification\n=====\n\n[![Build Status](https://travis-ci.com/bsquidwrd/django-keybase-verification.svg?branch=master)](https://travis-ci.com/bsquidwrd/django-keybase-verification)\n[![Coverage Status](https://coveralls.io/repos/github/bsquidwrd/django-keybase-verification/badge.svg?branch=master)](https://coveralls.io/github/bsquidwrd/django-keybase-verification?branch=master)\n[![PyPI](https://img.shields.io/pypi/v/django-keybase-verification.svg)](https://pypi.python.org/pypi/django-keybase-verification/)\n[![PyPI](https://img.shields.io/pypi/pyversions/django-keybase-verification.svg)](https://pypi.python.org/pypi/django-keybase-verification/)\n[![Requirements Status](https://requires.io/github/bsquidwrd/django-keybase-verification/requirements.svg?branch=master)](https://requires.io/github/bsquidwrd/django-keybase-verification/requirements/?branch=master)\n\nKeybase Verification is a simple Django app to allow easy verification of your domain for [keybase.io](http://keybase.io).\nFor each site, you will be able to create a record containing the verification information required by Keybase.\n\nQuick start\n-----------\n\n* Install the package with `pip install django-keybase-verification`\n\n* Add \"keybase_verification\" and \"django.contrib.sites\" to your INSTALLED_APPS setting like this:\n\n```python\nINSTALLED_APPS = [\n    ...\n    'django.contrib.sites',\n    'keybase_verification',\n]\n```\n\n* Include the Keybase URLs in your project urls.py and make sure to import the `django.conf.urls.include` method like this:\n\n```python\nfrom django.conf.urls import url, include\n\nurlpatterns = [\n    ...\n    url(r'^', include('keybase_verification.urls')),\n]\n```\n\n* Run `python manage.py migrate` to create the keybase_verification models.\n\n* Start the development server and visit http://127.0.0.1:8000/admin/ to create a site with the URL you are wanting to verify (in this case 127.0.0.1), then create a Keybase Verification for a particular site (you'll need the Admin app enabled).\n\n* Visit http://127.0.0.1:8000/keybase.txt or http://127.0.0.1:8000/.well-known/keybase.txt to view your proof.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsquidwrd%2Fdjango-keybase-verification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsquidwrd%2Fdjango-keybase-verification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsquidwrd%2Fdjango-keybase-verification/lists"}