Home

Awesome

<p align="center"> <img width="500" src="example.png" alt="Example Gist"> <h3 align="center">Neko-Box</h3> <p align="center">Pinnable dynamic Gist with your latest AniList activity!</p> </p>

License: GPL v3

Neko-Box is a simple GitHub Action built to make dynamic Gist displaying your latest activity from AniList.

<br>

🎉 Usage

To start, you need to prepare some things:

<br>

After getting this done:

name: Update GitHub Gist with Neko-box!

on:
  schedule:
    - cron: '*/10 * * * *'

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@master

      - name: Update activity from AniList
        uses: rangerdigital/neko-box@master
        with:
          GH_TOKEN: ${{ secrets.GH_TOKEN }}
          GIST_ID: ${{ secrets.GIST_ID }}
          ANILIST_USERNAME: ${{ secrets.ANILIST_USERNAME }}
<br>

That's It!
Now every 10 minutes neko-box.yml workflow will update your Gist,
It's now a good idea to pin it in your profile to show off your weeb power level!

<br> <p align="center"> <img src="showcase.gif" alt="A showcase of some of the statuses" width=500/> </p> <br>

🚧 Contributing

You are more than welcome to help me improve Neko-Box!

Just fork this project from the master branch and submit a Pull Request (PR).

<br>

📃 License

This project is licensed under GPL-3.0 .