1
0
Fork
You've already forked neko-box
0
For testing
  • Python 96%
  • Dockerfile 4%
Find a file
Jakub Bednarski 12f71e3629
Merge pull request #3 from RangerDigital/dependabot/pip/requests-2.31.0
Bump requests from 2.21.0 to 2.31.0
2023年10月22日 14:12:30 +02:00
.github/workflows Update schedule.yml 2021年02月28日 14:51:23 +01:00
neko Change line break 2020年02月05日 15:45:20 +01:00
.gitignore Initial commit 2020年02月04日 20:01:09 +01:00
action.yml Add branding to action.yml 2020年02月27日 14:42:49 +01:00
Dockerfile Fix Dockerfile 2020年02月04日 21:06:11 +01:00
example.png Add README 2020年02月04日 20:44:51 +01:00
LICENSE Initial commit 2020年02月04日 20:01:09 +01:00
README.md Update README.md 2020年12月24日 18:09:13 +01:00
requirements.txt Bump requests from 2.21.0 to 2.31.0 2023年05月22日 22:17:51 +00:00
showcase.gif Update showcase 2020年02月04日 23:31:14 +01:00

Example Gist

Neko-Box

Pinnable dynamic Gist with your latest AniList activity!


License: GPL v3

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


🎉 Usage

To start, you need to prepare some things:


After getting this done:

  • Fork this repository.

  • Go to your fork's Settings > Secrets page add the following secrets:

    • ANILIST_USERNAME - Your username from AniList.
    • GH_TOKEN - The access token you saved earlier.
    • GIST_ID - The ID of your newly created public Gist.

    It will look like this:
    https://gist.github.com/RangerDigital/d1b79f73d3e5a2420ed370b0059dba42.

  • Delete a .github/workflows/schedule.yml file.

  • Create a .github/workflows/neko-box.yml file like this:

name:Update GitHub Gist with Neko-box!on:schedule:- cron:'*/10 * * * *'jobs:build:runs-on:ubuntu-lateststeps:- uses:actions/checkout@master- name:Update activity from AniListuses:rangerdigital/neko-box@masterwith:GH_TOKEN:${{ secrets.GH_TOKEN }}GIST_ID:${{ secrets.GIST_ID }}ANILIST_USERNAME:${{ secrets.ANILIST_USERNAME }}

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!


A showcase of some of the statuses


🚧 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).


📃 License

This project is licensed under GPL-3.0 .