anigrab / wp-anigrab

grab anime & manga info and save to local wordpress post

Home Page:https://wordpress.org/plugins/wp-anigrab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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

About

grab anime & manga info and save to local wordpress post

https://wordpress.org/plugins/wp-anigrab/

License:GNU General Public License v3.0


Languages

Language:PHP 58.7%Language:Shell 41.3%