Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gamersindo1223/mal-readmelist
Add your myanimelist info into your github readme !
https://github.com/gamersindo1223/mal-readmelist
anime myanimelist myanimelist-api myanimelist-profile myanimelist-readme nodejs readme readme-profile
Last synced: about 2 months ago
JSON representation
Add your myanimelist info into your github readme !
- Host: GitHub
- URL: https://github.com/gamersindo1223/mal-readmelist
- Owner: gamersindo1223
- Created: 2023-03-04T13:41:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T04:04:21.000Z (5 months ago)
- Last Synced: 2024-10-31T10:49:27.314Z (about 2 months ago)
- Topics: anime, myanimelist, myanimelist-api, myanimelist-profile, myanimelist-readme, nodejs, readme, readme-profile
- Language: JavaScript
- Homepage:
- Size: 96.7 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAL readme workflow (REVAMP)
> [!NOTE]
> This is a simple workflow that will add your latest MAL History into your readme! This is a Revamp of [MoonLGH/MAL_Autolist](https://github.com/MoonLGH/MAL_Autolist/)
## How to Use
Just add both of this line to your Markdown File
```html
```
Replace `` and `` with the options on the table below
> Note Always Use capital letter when typing the status / type!
# Avalaible options
## Anime section
| **STATUS** | **TYPE** |
|------------|----------|
| FINISHED | DEFAULT |
| WATCHING | LIST |
| PTW | GRID |
# Github Workflow!
>After That Make a new Github Actions with the value like this
[Change all the value with your credentials, except github tokens]
```yaml
on:
schedule:
# Runs every hour or use crontab.guru for custom cron
- cron: '0 * * * *'
workflow_dispatch:jobs:
update-readme-with-anime-history:
name: Update this repo's README with latest MAL history
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: MyAnimeList readme workflow
uses: gamersindo1223/MAL-ReadmeList@main
with:
gh_token: ${{ github.token }}
mal_username: "MYANIMELIST_USERNAME"
repo_branch: "BRANCHNAME"
repo_filename: "MARKDOWNFILENAME.md"
repo_path: "GITHUBNAME/GITHUBREPO"
```
## Demo
You can find it on my [Github Readme](https://github.com/gamersindo1223/gamersindo1223)
## Contributing
Contributing is very helpful and it will help me to solve any bugs on this project