{"id":28591418,"url":"https://github.com/macropin/django-googlebot","last_synced_at":"2025-09-05T12:53:59.779Z","repository":{"id":3322962,"uuid":"4366158","full_name":"macropin/django-googlebot","owner":"macropin","description":"Django middleware to allow googlebot to index logged-in accessible content.","archived":false,"fork":false,"pushed_at":"2022-06-22T01:03:26.000Z","size":6,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-12T02:32:46.217Z","etag":null,"topics":["django","googlebot","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macropin.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":"2012-05-18T05:43:30.000Z","updated_at":"2021-09-09T08:12:20.000Z","dependencies_parsed_at":"2022-07-21T21:47:30.168Z","dependency_job_id":null,"html_url":"https://github.com/macropin/django-googlebot","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macropin%2Fdjango-googlebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macropin%2Fdjango-googlebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macropin%2Fdjango-googlebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macropin%2Fdjango-googlebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macropin","download_url":"https://codeload.github.com/macropin/django-googlebot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macropin%2Fdjango-googlebot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259236389,"owners_count":22826309,"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","googlebot","python"],"created_at":"2025-06-11T09:14:45.225Z","updated_at":"2025-06-11T09:14:46.145Z","avatar_url":"https://github.com/macropin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django middleware to allow googlebot to index logged-in accessible content\n\nDjango Middleware to allow Googlebot access to paywalled, or login only content. \nThis Django middleware automatically logs in Googlebot as the _googlebot_ user.\n\n## Install\n\nAdd to your system / virtualenv:\n\n    pip install git+git://github.com/macropin/django-googlebot#egg=django-googlebot\n\nAdd to Django _settings.py_:\n\n    MIDDLEWARE_CLASSES = (\n        ...\n        'googlebot.middleware.GooglebotMiddleware',\n    )\n\nFinally, create a _googlebot_ user. This account will be used when Googlebot is automatically logged in.\nIf you don't create an account, then one will be created automatically.\n\nNB If you wish to disable the Google Cache feature, create a _robots.txt_ with _Noarchive_ . Eg:\n\n    User-agent: *\n    Disallow:\n    Noarchive: /restricted-content/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacropin%2Fdjango-googlebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacropin%2Fdjango-googlebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacropin%2Fdjango-googlebot/lists"}