grei / wp-anigrab
grab anime info and save to local wordpress post
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 3
Forks: 3
Open Issues: 0
Type:project
Requires
- jikan-me/jikan: ~1.0
- mustache/mustache: ^2.12
Requires (Dev)
- johnpbloch/wordpress: ^4.9
- wp-phpunit/wp-phpunit: ^4.9
This package is auto-updated.
Last update: 2024-12-13 21:07:04 UTC
README
Requirement
Installation
in terminal, run this command
$ composer create-project grei/wp-anigrab path-to-wp-plugins/wp-anigrab --no-dev
$ cd path-to-wp-plugins/wp-anigrab && composer dump-autoload -o
$ wp plugin activate wp-anigrab
or download installable.zip from release.
now this plugins also available in wordpress plugins directory wp-anigrab.
Usage
place this shortcode-like anywhere in your post [anigrab=id]template[/anigrab] or [mangrab=id]template[/mangrab]
-
id: myanimelist anime/manga id
-
template: use dump for auto parse or template engine syntax, e.g
[anigrab=497]
title: {{title}}
etc
[/anigrab]
or
[mangrab=44]
title: {{title}}
etc
[/mangrab]
Dependency
TO DO
-
implement imposter
-
add more features