{"id":16308625,"url":"https://github.com/corion/www-mechanize-phantomjs","last_synced_at":"2025-03-20T21:31:40.544Z","repository":{"id":12428577,"uuid":"15084316","full_name":"Corion/www-mechanize-phantomjs","owner":"Corion","description":"Automate Javascript/Ajax websites with Perl and PhantomJS","archived":false,"fork":false,"pushed_at":"2024-09-24T09:38:28.000Z","size":1497,"stargazers_count":18,"open_issues_count":2,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-11T21:18:13.759Z","etag":null,"topics":["mechanize","perl","phantomjs"],"latest_commit_sha":null,"homepage":"http://search.cpan.org/dist/WWW-Mechanize-PhantomJS","language":"JavaScript","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/Corion.png","metadata":{"files":{"readme":"README","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-10T17:35:19.000Z","updated_at":"2024-09-24T09:38:33.000Z","dependencies_parsed_at":"2024-06-18T15:16:38.857Z","dependency_job_id":"a7f3bb16-3716-4ddb-9fcd-d1ebdef5d376","html_url":"https://github.com/Corion/www-mechanize-phantomjs","commit_stats":{"total_commits":292,"total_committers":7,"mean_commits":"41.714285714285715","dds":"0.15410958904109584","last_synced_commit":"a307c5b875df591cb281d00ab4b1bd7ea7e6a49a"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corion%2Fwww-mechanize-phantomjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corion%2Fwww-mechanize-phantomjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corion%2Fwww-mechanize-phantomjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Corion%2Fwww-mechanize-phantomjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Corion","download_url":"https://codeload.github.com/Corion/www-mechanize-phantomjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221809036,"owners_count":16883840,"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":["mechanize","perl","phantomjs"],"created_at":"2024-10-10T21:18:10.626Z","updated_at":"2024-10-28T08:43:57.859Z","avatar_url":"https://github.com/Corion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"WWW::Mechanize::PhantomJS - automate the PhantomJS browser\n\n\n\nINSTALLATION\n\nThis is a Perl module distribution. It should be installed with whichever\ntool you use to manage your installation of Perl, e.g. any of\n\n  cpanm .\n  cpan  .\n  cpanp -i .\n\nConsult https://www.cpan.org/modules/INSTALL.html for further instruction.\nShould you wish to install this module manually, the procedure is\n\n  perl Makefile.PL\n  make\n  make test\n  make install\n\n\nREPOSITORY\n\nThe public repository of this module is\nL\u003chttps://github.com/Corion/www-mechanize-phantomjs\u003e.\n\nSUPPORT\n\nThe public support forum of this module is\nL\u003chttps://perlmonks.org/\u003e.\n\nTALKS\n\nI've given a talk about this module at Perl conferences:\n\nL\u003cGerman Perl Workshop 2014, German|http://corion.net/talks/WWW-Mechanize-PhantomJS/www-mechanize-phantomjs.de.html\u003e\n\nL\u003cYAPC::Europe 2014, English|http://corion.net/talks/WWW-Mechanize-PhantomJS/www-mechanize-phantomjs.en.html\u003e\n\nL\u003cTalk on Youtube|https://www.youtube.com/watch?v=lH3Fhw6b5BI\u003e\n\n\nBUG TRACKER\n\nPlease report bugs in this module via the RT CPAN bug queue at\nL\u003chttps://rt.cpan.org/Public/Dist/Display.html?Name=WWW-Mechanize-PhantomJS\u003e\nor via mail to L\u003cwww-mechanize-phantomjs-Bugs@rt.cpan.org\u003e.\n\n\nSEE ALSO\n\nAUTHOR\n\nMax Maischein C\u003ccorion@cpan.org\u003e\n\nLICENSE\n\nThis module is released under the same terms as Perl itself.\n\nThis distribution includes a modified copy of the ghostdriver code,\nwhich is released under the same terms as the ghostdriver code itself.\nThe terms of the ghostdriver code are the BSD license, as found at\nL\u003chttps://github.com/detro/ghostdriver/blob/master/LICENSE.BSD\u003e:\n\n    Copyright (c) 2014, Ivan De Marino \u003chttp://ivandemarino.me\u003e\n    All rights reserved.\n\n    Redistribution and use in source and binary forms, with or without modification,\n    are permitted provided that the following conditions are met:\n\n    * Redistributions of source code must retain the above copyright notice,\n    this list of conditions and the following disclaimer.\n    * Redistributions in binary form must reproduce the above copyright notice,\n    this list of conditions and the following disclaimer in the documentation\n    and/or other materials provided with the distribution.\n\n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\n    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\n    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\n    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\n    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\n    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nThe ghostdriver code includes the Selenium WebDriver fragments.\n\nCOPYRIGHT (c)\n\nCopyright 2014-2024 by Max Maischein C\u003ccorion@cpan.org\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorion%2Fwww-mechanize-phantomjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorion%2Fwww-mechanize-phantomjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorion%2Fwww-mechanize-phantomjs/lists"}