{"id":16163944,"url":"https://github.com/rawleyfowler/mojolicious-plugin-isbot","last_synced_at":"2025-04-07T04:45:10.925Z","repository":{"id":196250448,"uuid":"692804870","full_name":"rawleyfowler/mojolicious-plugin-IsBot","owner":"rawleyfowler","description":"Determine if a request originated from a bot.","archived":false,"fork":false,"pushed_at":"2023-11-03T15:29:59.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T08:54:22.443Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rawleyfowler.png","metadata":{"files":{"readme":"README","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,"governance":null}},"created_at":"2023-09-17T16:26:54.000Z","updated_at":"2025-02-10T22:22:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"69cd462f-926a-470b-895e-7e9a7867bc4d","html_url":"https://github.com/rawleyfowler/mojolicious-plugin-IsBot","commit_stats":null,"previous_names":["rawleyfowler/is-bot","rawleyfowler/mojolicious-plugin-isbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2Fmojolicious-plugin-IsBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2Fmojolicious-plugin-IsBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2Fmojolicious-plugin-IsBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawleyfowler%2Fmojolicious-plugin-IsBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawleyfowler","download_url":"https://codeload.github.com/rawleyfowler/mojolicious-plugin-IsBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595374,"owners_count":20963942,"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-10-10T02:44:50.539Z","updated_at":"2025-04-07T04:45:10.907Z","avatar_url":"https://github.com/rawleyfowler.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mojolicious::Plugin::IsBot\n\nA super simple Mojolicious plugin to test if a User-Agent header is possbily a bot.\n\n    use Mojolicious::Lite -signatures;\n\n    plugin('IsBot');\n\n    get '/' =\u003e sub {\n        my $s = shift;\n        \n        return $s-\u003erender(text =\u003e 'You are bot!') if $s-\u003ereq-\u003eis_bot;\n        \n        $s-\u003erender(text =\u003e 'You are not bot!');\n    };\n\n    app-\u003estart;\n\n# LICENSE\n\nThis project is licensed under the Artistic 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawleyfowler%2Fmojolicious-plugin-isbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawleyfowler%2Fmojolicious-plugin-isbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawleyfowler%2Fmojolicious-plugin-isbot/lists"}