{"id":18525699,"url":"https://github.com/hakobe/webservice-syoboicalendar","last_synced_at":"2025-04-09T12:31:24.884Z","repository":{"id":56831527,"uuid":"2269822","full_name":"hakobe/WebService-SyoboiCalendar","owner":"hakobe","description":null,"archived":false,"fork":false,"pushed_at":"2014-01-22T15:47:19.000Z","size":355,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T05:35:04.026Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hakobe.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":"2011-08-25T18:52:51.000Z","updated_at":"2019-09-15T10:47:03.000Z","dependencies_parsed_at":"2022-08-28T20:10:56.380Z","dependency_job_id":null,"html_url":"https://github.com/hakobe/WebService-SyoboiCalendar","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/hakobe%2FWebService-SyoboiCalendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobe%2FWebService-SyoboiCalendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobe%2FWebService-SyoboiCalendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakobe%2FWebService-SyoboiCalendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hakobe","download_url":"https://codeload.github.com/hakobe/WebService-SyoboiCalendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248040281,"owners_count":21037839,"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-06T17:46:43.929Z","updated_at":"2025-04-09T12:31:19.874Z","avatar_url":"https://github.com/hakobe.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/hakobe/WebService-SyoboiCalendar.png?branch=master)](https://travis-ci.org/hakobe/WebService-SyoboiCalendar)\n# NAME\n\nWebService::SyoboiCalendar - Retrieve Anime info. with SyoboiCalendar API.\n\n# SYNOPSIS\n\n    my $syobocal = WebService::SyoboiCalendar-\u003enew(\n        user =\u003e 'USERNAME',\n        pass =\u003e 'PASSWORD',\n    );\n\n    # Search\n    my $results = $syobocal-\u003esearch_title(title =\u003e 'Fate/Zero')\n\n    # Retrieve timetable\n       $results = $syobocal-\u003etimetable;\n\n    # Retrieve a current result of an anime program\n    my $result = $syobocal-\u003ecurrent;\n\n    # Title object\n    my $title = $result-\u003etitle;\n    $title-\u003eurls;\n    $title-\u003echaracters;\n    $title-\u003evoice_actors;\n\n    # Program object\n    my $program = $result-\u003eprogram;\n    $program-\u003ecount;\n    $program-\u003estart_time;\n    $program-\u003eend_time;\n\n# DESCRIPTION\n\nWebService::SyoboiCalendar provides a convinient way \nto access Syoboi Calendar(http://cal.syoboi.jp/).\n\n# METHODS\n\n- new\n\n        my $syobocal = WebService::SyoboiCalendar-\u003enew(\n            user =\u003e 'USERNAME',\n            pass =\u003e 'PASSWORD',\n        );\n\n    Creates a new WebService::SyoboiCalendar object. \n\n- current\n\n        my $result = $syobocal-\u003ecurrent;\n\n    Returns a WebService::SyoboiCalendar::API::Result of current\n    Anime program.\n\n- timetable\n\n        my $results = $syobocal-\u003etimetable;\n\n    Returns an Anime program timetable as a \n    WebService::SyoboiCalendar::API::Result list.\n\n- search\\_title\n\n        my $results = $syobocal-\u003esearch_title(\n            title =\u003e $title,\n            range =\u003e $range,\n        );\n\n    Searches Anime titles, and returns\n    a WebService::SyoboiCalendar::API::Result list as a result.\n\n- search\\_program\n\n        my $results = $syobocal-\u003esearch_program(\n            title    =\u003e $title,\n            channel  =\u003e $channel,\n            subtitle =\u003e $subtitle,\n            comment  =\u003e $comment,\n            fresh    =\u003e 1,\n            final    =\u003e 1,\n            special  =\u003e 1,\n        );\n\n    Searches Anime programs, and returns\n    a WebService::SyoboiCalendar::API::Result list as a result.\n\n# AUTHOR\n\nYohei Fushii \u003chakobe@gmail.com\u003e\n\n# LICENSE\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakobe%2Fwebservice-syoboicalendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhakobe%2Fwebservice-syoboicalendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakobe%2Fwebservice-syoboicalendar/lists"}