https://github.com/anigrab/wp-anigrab
grab anime & manga info and save to local wordpress post
https://github.com/anigrab/wp-anigrab
anime composer grabber manga myanimelist myanimelist-api otaku php plugins wordpress wordpress-plugin
Last synced: 29 days ago
JSON representation
grab anime & manga info and save to local wordpress post
- Host: GitHub
- URL: https://github.com/anigrab/wp-anigrab
- Owner: anigrab
- License: gpl-3.0
- Created: 2018-04-19T13:02:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T07:52:50.000Z (almost 7 years ago)
- Last Synced: 2025-08-02T16:40:14.804Z (5 months ago)
- Topics: anime, composer, grabber, manga, myanimelist, myanimelist-api, otaku, php, plugins, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/wp-anigrab/
- Size: 258 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/anigrab/wp-anigrab)
### Requirement
- PHP >= 7.0
- [composer](https://getcomposer.org/) (optional)
- [wp-cli](https://make.wordpress.org/cli/handbook/installing/) (optional)
### 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](https://github.com/anigrab/wp-anigrab/releases).
now this plugins also available in wordpress plugins directory [wp-anigrab](https://wordpress.org/plugins/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
- [Jikan](https://jikan.moe)
- [mustache](https://packagist.org/packages/mustache/mustache)
### TO DO
- [ ] implement [imposter](https://github.com/TypistTech/imposter)
- [ ] add more features