{"id":20767821,"url":"https://github.com/kyzn/www-eksi","last_synced_at":"2025-10-16T04:23:18.406Z","repository":{"id":56841019,"uuid":"158841367","full_name":"kyzn/WWW-Eksi","owner":"kyzn","description":"WWW::Eksi - Interface for Eksisozluk.com","archived":false,"fork":false,"pushed_at":"2020-06-13T19:05:44.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T19:05:30.207Z","etag":null,"topics":["cpan","eksisozluk","hacktoberfest","perl","perl5"],"latest_commit_sha":null,"homepage":"https://metacpan.org/pod/WWW::Eksi","language":"Perl","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/kyzn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-23T14:14:45.000Z","updated_at":"2024-08-12T19:43:31.000Z","dependencies_parsed_at":"2022-08-29T05:01:03.059Z","dependency_job_id":null,"html_url":"https://github.com/kyzn/WWW-Eksi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kyzn/WWW-Eksi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2FWWW-Eksi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2FWWW-Eksi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2FWWW-Eksi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2FWWW-Eksi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyzn","download_url":"https://codeload.github.com/kyzn/WWW-Eksi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyzn%2FWWW-Eksi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279153279,"owners_count":26115230,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cpan","eksisozluk","hacktoberfest","perl","perl5"],"created_at":"2024-11-17T11:33:33.536Z","updated_at":"2025-10-16T04:23:18.337Z","avatar_url":"https://github.com/kyzn.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nWWW::Eksi - Interface for Eksisozluk.com\n\n# DESCRIPTION\n\nAn interface for Eksisozluk, a Turkish social network.\nProvides easy access to entries and lists of entries.\n\n# SYNOPSIS\n\n    use WWW::Eksi;\n    my $e = WWW::Eksi-\u003enew;\n\n    # Last week's most popular entries\n    my @ghebe_fast = $e-\u003eghebe;    # might get rate limited\n    my @ghebe_slow = $e-\u003eghebe(5); # add a politeness delay\n\n    # Yesterday's most popular entries\n    my @debe_fast = $e-\u003edebe;    # might get rate limited\n    my @debe_slow = $e-\u003edebe(5); # add a politeness delay\n\n    # Alternative list of yesterday's popular entries\n    my @doludolu_fast = $e-\u003edoludolu;    # might get rate limited\n    my @doludolu_slow = $e-\u003edoludolu(5); # add a politeness delay\n\n    # Single entry\n    my $entry   = $e-\u003edownload_entry(1);\n\n# METHODS\n\n## new\n\nReturns a new WWW::Eksi object.\n\n## download\\_entry($id)\n\nTakes entry id as argument, returns its data (if available) as follows.\n\n    {\n      entry_url      =\u003e Str\n      topic_url      =\u003e Str\n      topic_title    =\u003e Str\n      topic_channels =\u003e [Str]\n\n      author_name    =\u003e Str\n      author_url     =\u003e Str\n      author_id      =\u003e Int\n\n      body_raw       =\u003e Str\n      body_text      =\u003e Str (html tags removed)\n      body_processed =\u003e Str (html tags processed)\n      fav_count      =\u003e Int\n      create_time    =\u003e DateTime\n      update_time    =\u003e DateTime\n    }\n\n## ghebe($politeness\\_delay)\n\nReturns an array of entries for top posts of last week.\nOrdered from more popular to less popular.\n\n## debe($politeness\\_delay)\n\nReturns an array of entries for top posts of yesterday.\nOrdered from more popular to less popular.\n\n## doludolu($politeness\\_delay)\n\nReturns an array of entries with alternative top posts of yesterday.\nOrdered from more popular to less popular.\n\n# AUTHOR\n\nKivanc Yazan `\u003ckyzn at cpan.org\u003e`\n\n# CONTRIBUTORS\n\nMohammad S Anwar, `\u003cmohammad.anwar at yahoo.com\u003e`\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2020 by Kivanc Yazan.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n\nContent you reach by using this module might be subject to copyright\nterms of Eksisozluk. See eksisozluk.com for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyzn%2Fwww-eksi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyzn%2Fwww-eksi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyzn%2Fwww-eksi/lists"}