Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryohidaka/action-annict2anilist
Annict から AniList にライブラリを同期する "annict2anilist" を実行するGitHub Actions.
https://github.com/ryohidaka/action-annict2anilist
anilist anime annict github-actions
Last synced: 1 day ago
JSON representation
Annict から AniList にライブラリを同期する "annict2anilist" を実行するGitHub Actions.
- Host: GitHub
- URL: https://github.com/ryohidaka/action-annict2anilist
- Owner: ryohidaka
- Created: 2024-10-05T06:35:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T20:34:37.000Z (2 days ago)
- Last Synced: 2025-01-27T21:37:43.055Z (2 days ago)
- Topics: anilist, anime, annict, github-actions
- Language: Shell
- Homepage: https://github.com/marketplace/actions/annict2anilist
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# action-annict2anilist
[![GitHub Release](https://img.shields.io/github/v/release/ryohidaka/action-annict2anilist)](https://github.com/ryohidaka/action-annict2anilist/releases/)
[![Test Action](https://github.com/ryohidaka/action-annict2anilist/actions/workflows/test.yml/badge.svg)](https://github.com/ryohidaka/action-annict2anilist/actions/workflows/test.yml)Annict から AniList にライブラリを同期する `annict2anilist` を実行する GitHub Actions.
## Usage
```yml
on: [push]permissions:
contents: writejobs:
bump-uses:
runs-on: ubuntu-latest
steps:
- uses: ryohidaka/action-annict2anilist@v1
with:
annict-client-id: "xxx"
annict-client-secret: "xxx"
anilist-client-id: "xxx"
anilist-client-secret: "xxx"
anilist-access-token: "xxx"
anilist-refresh-token: "xxx"
annict-access-token: "xxx"
dry-run: 0
```## Inputs
| Input | Description | Required | Default |
| ----------------------- | ------------------------------------ | -------- | ------- |
| `annict-client-id` | Annict のクライアント ID | ✅ | |
| `annict-client-secret` | Annict のクライアントシークレット | ✅ | |
| `anilist-client-id` | Anilist のクライアント ID | ✅ | |
| `anilist-client-secret` | Anilist のクライアントシークレット | ✅ | |
| `anilist-access-token` | Anilist のアクセストークン | ✅ | |
| `anilist-refresh-token` | Anilist のリフレッシュトークン | ✅ | |
| `annict-access-token` | Annict のリフレッシュトークン | ✅ | |
| `dry-run` | デバッグフラグ(有効: `1`, 無効: `0`) | | `0` |