https://github.com/mcartmell/www-myanimelist-api
An interface to MyAnimeList.net's API
https://github.com/mcartmell/www-myanimelist-api
Last synced: 3 months ago
JSON representation
An interface to MyAnimeList.net's API
- Host: GitHub
- URL: https://github.com/mcartmell/www-myanimelist-api
- Owner: mcartmell
- Created: 2012-06-02T21:07:28.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-02T21:14:15.000Z (about 13 years ago)
- Last Synced: 2025-01-10T09:13:19.043Z (5 months ago)
- Language: Perl
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW-MyAnimeList-API
This module provides an interface to MyAnimeList's REST API (http://myanimelist.net/modules.php?go=api). The API allows you to search and retrieve details on anime and manga titles, as well as maintain the list of anime and manga titles that you've watched.
All requests use HTTP auth, so you'll first need to register an account at http://myanimelist.net/register.php.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc WWW::MyAnimeList::API
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-MyAnimeList-APIAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/WWW-MyAnimeList-APICPAN Ratings
http://cpanratings.perl.org/d/WWW-MyAnimeList-APISearch CPAN
http://search.cpan.org/dist/WWW-MyAnimeList-API/LICENSE AND COPYRIGHT
Copyright (C) 2012 Mike Cartmell
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.