{"id":20049719,"url":"https://github.com/scriptkitties/perl6-irc-client-plugin-urltitle","last_synced_at":"2025-03-02T08:26:10.524Z","repository":{"id":80058709,"uuid":"119904442","full_name":"scriptkitties/perl6-IRC-Client-Plugin-UrlTitle","owner":"scriptkitties","description":"Plugin for IRC::Client to report titles of URLs posted in IRC channels","archived":false,"fork":false,"pushed_at":"2018-02-14T15:06:59.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T20:46:13.396Z","etag":null,"topics":["irc-bot","perl6","perl6-module"],"latest_commit_sha":null,"homepage":"","language":"Perl 6","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scriptkitties.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-01T23:04:22.000Z","updated_at":"2018-02-01T23:23:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0e77466-c042-4000-964a-bff8cc63f0e9","html_url":"https://github.com/scriptkitties/perl6-IRC-Client-Plugin-UrlTitle","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-UrlTitle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-UrlTitle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-UrlTitle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scriptkitties%2Fperl6-IRC-Client-Plugin-UrlTitle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scriptkitties","download_url":"https://codeload.github.com/scriptkitties/perl6-IRC-Client-Plugin-UrlTitle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241479869,"owners_count":19969526,"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":["irc-bot","perl6","perl6-module"],"created_at":"2024-11-13T11:51:59.189Z","updated_at":"2025-03-02T08:26:10.486Z","avatar_url":"https://github.com/scriptkitties.png","language":"Perl 6","funding_links":[],"categories":[],"sub_categories":[],"readme":"= IRC::Client::Plugin::UrlTitle\n:toc: preamble\n\nA plugin to https://github.com/zoffixznet/perl6-IRC-Client[IRC::Client] to post\nthe title of the webpage whose URL has been posted in an IRC channel.\n\n== Usage\nInstall this module through the Perl 6 package manager\n(https://github.com/ugexe/zef[`zef`]):\n\n[source,sh]\n----\nzef install IRC::Client::Plugin::UrlTitle\n----\n\nNext, enable it as a plugin in your `IRC::Client` project:\n\n[source,perl6]\n----\nuse Config;\nuse IRC::Client;\nuse IRC::Client::Plugin::UrlTitle;\n\nsub MAIN\n{\n\t.run with IRC::Client.new(\n\t\t:nick(\"testbot\"),\n\t\t:plugins(\n\t\t\tIRC::Client::Plugin::UrlTitle.new,\n\t\t)\n\t);\n}\n----\n\n== License\nThis sourcecode is distributed under the GPLv3 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptkitties%2Fperl6-irc-client-plugin-urltitle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscriptkitties%2Fperl6-irc-client-plugin-urltitle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscriptkitties%2Fperl6-irc-client-plugin-urltitle/lists"}