{"id":20575950,"url":"https://github.com/pryrt/www-keepasshttp","last_synced_at":"2025-07-24T17:04:04.587Z","repository":{"id":45999438,"uuid":"425607965","full_name":"pryrt/WWW-KeePassHttp","owner":"pryrt","description":"Interface with KeePass PasswordSafe through the KeePassHttp plugin","archived":false,"fork":false,"pushed_at":"2021-11-30T19:24:48.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T21:51:51.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pryrt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","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":"2021-11-07T20:24:36.000Z","updated_at":"2021-11-30T19:24:51.000Z","dependencies_parsed_at":"2022-09-13T05:51:57.804Z","dependency_job_id":null,"html_url":"https://github.com/pryrt/WWW-KeePassHttp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FWWW-KeePassHttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FWWW-KeePassHttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FWWW-KeePassHttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pryrt%2FWWW-KeePassHttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pryrt","download_url":"https://codeload.github.com/pryrt/WWW-KeePassHttp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242196313,"owners_count":20087765,"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":[],"created_at":"2024-11-16T05:44:11.188Z","updated_at":"2025-03-06T10:50:05.349Z","avatar_url":"https://github.com/pryrt.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\r\n\r\nWWW::KeePassHttp - Interface with KeePass PasswordSafe through the KeePassHttp plugin\r\n\r\n# SYNOPSIS\r\n\r\n    use WWW::KeePassHttp;\r\n\r\n    my $kph = WWW::KeePassHttp-\u003enew(Key =\u003e $key);\r\n    $kph-\u003eassociate() unless $kph-\u003etest_associate();\r\n    my @entries = @${ $kph-\u003eget_logins($search_string) };\r\n    print $entry[0]-\u003eurl;\r\n    print $entry[0]-\u003elogin;\r\n    print $entry[0]-\u003epassword;\r\n\r\n# DESCRIPTION\r\n\r\nInterface with KeePass PasswordSafe through the KeePassHttp plugin.  Allows reading entries based on URL or TITLE, and creating a new entry as well.\r\n\r\n## REQUIREMENTS\r\n\r\nYou need to have KeePass (or compatible) on your system, with the KeePassHttp plugin installed.\r\n\r\n# AUTHOR\r\n\r\nPeter C. Jones `\u003cpetercj AT cpan DOT org\u003e`\r\n\r\nPlease report any bugs or feature requests\r\nthru the repository's interface at [https://github.com/pryrt/WWW-KeePassHttp/issues](https://github.com/pryrt/WWW-KeePassHttp/issues).\r\n\r\n\u003cdiv\u003e\r\n    \u003ca href=\"https://metacpan.org/pod/WWW::KeePassHttp\"\u003e\u003cimg src=\"https://img.shields.io/cpan/v/WWW-KeePassHttp.svg?colorB=00CC00\" alt=\"\" title=\"metacpan\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://matrix.cpantesters.org/?dist=WWW-KeePassHttp\"\u003e\u003cimg src=\"https://cpants.cpanauthors.org/dist/WWW-KeePassHttp.png\" alt=\"\" title=\"cpan testers\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://github.com/pryrt/WWW-KeePassHttp/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/pryrt/WWW-KeePassHttp.svg\" alt=\"\" title=\"github release\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://github.com/pryrt/WWW-KeePassHttp/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/pryrt/WWW-KeePassHttp.svg\" alt=\"\" title=\"issues\"\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://coveralls.io/github/pryrt/WWW-KeePassHttp?branch=main\"\u003e\u003cimg src=\"https://coveralls.io/repos/github/pryrt/WWW-KeePassHttp/badge.svg?branch=main\" alt=\"Coverage Status\" /\u003e\u003c/a\u003e\r\n    \u003ca href=\"https://github.com/pryrt/WWW-KeePassHttp/actions/\"\u003e\u003cimg src=\"https://github.com/pryrt/WWW-KeePassHttp/actions/workflows/perl-ci.yml/badge.svg\" alt=\"github perl-ci\"\u003e\u003c/a\u003e\r\n\u003c/div\u003e\r\n\r\n# COPYRIGHT\r\n\r\nCopyright (C) 2021 Peter C. Jones\r\n\r\n# LICENSE\r\n\r\nThis program is free software; you can redistribute it and/or modify it\r\nunder the terms of either: the GNU General Public License as published\r\nby the Free Software Foundation; or the Artistic License.\r\nSee [http://dev.perl.org/licenses/](http://dev.perl.org/licenses/) for more information.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryrt%2Fwww-keepasshttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpryrt%2Fwww-keepasshttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpryrt%2Fwww-keepasshttp/lists"}