{"id":22128553,"url":"https://github.com/rangerdigital/neko-box","last_synced_at":"2025-07-25T18:31:32.534Z","repository":{"id":54263750,"uuid":"238282408","full_name":"RangerDigital/neko-box","owner":"RangerDigital","description":"😺 Pinnable dynamic Gist with your latest AniList activity.","archived":false,"fork":false,"pushed_at":"2023-10-22T12:12:39.000Z","size":61,"stargazers_count":27,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T19:23:02.741Z","etag":null,"topics":["activity","anilist","anilist-api","anime","docker","gists","github","github-actions","pinned-gist","profile","python3"],"latest_commit_sha":null,"homepage":"https://github.com/RangerDigital","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RangerDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-02-04T19:01:07.000Z","updated_at":"2024-03-08T01:29:12.000Z","dependencies_parsed_at":"2023-01-05T04:49:33.312Z","dependency_job_id":"b48d3b6c-677b-4118-b127-4c5225191cdc","html_url":"https://github.com/RangerDigital/neko-box","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":"0.38095238095238093","last_synced_commit":"764848d419edad12df43e55e178ce71b87600ce3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RangerDigital%2Fneko-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RangerDigital%2Fneko-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RangerDigital%2Fneko-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RangerDigital%2Fneko-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RangerDigital","download_url":"https://codeload.github.com/RangerDigital/neko-box/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227606108,"owners_count":17792786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activity","anilist","anilist-api","anime","docker","gists","github","github-actions","pinned-gist","profile","python3"],"created_at":"2024-12-01T17:45:46.898Z","updated_at":"2024-12-01T17:45:47.409Z","avatar_url":"https://github.com/RangerDigital.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"500\" src=\"example.png\" alt=\"Example Gist\"\u003e\n  \u003ch3 align=\"center\"\u003eNeko-Box\u003c/h3\u003e\n  \u003cp align=\"center\"\u003ePinnable dynamic Gist with your latest AniList activity!\u003c/p\u003e\n\u003c/p\u003e\n\n***\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n**Neko-Box** is a simple **GitHub Action** built to make dynamic Gist displaying your latest activity from AniList. \n\n\u003cbr\u003e\n\n## 🎉 Usage\n**To start, you need to prepare some things:**\n- Create a new public GitHub Gist at https://gist.github.com/\n\n- Create an Access Token with the `gist` scope and save it.\nYou can do that at https://github.com/settings/tokens/new\n\n\u003cbr\u003e\n\n**After getting this done:**\n- Fork this repository.\n\n- Go to your fork's **Settings \u003e Secrets** page add the following secrets:\n\t- **`ANILIST_USERNAME`** - Your username from AniList.\n\t- **`GH_TOKEN`** - The access token you saved earlier.\n\t- **`GIST_ID`** - The ID of your newly created public Gist.\n\n   *It will look like this:*  \n\t `https://gist.github.com/RangerDigital/`**`d1b79f73d3e5a2420ed370b0059dba42`**.\n\n - Delete a `.github/workflows/schedule.yml` file.\n\n - Create a `.github/workflows/neko-box.yml` file like this:\n\n ```yml\n name: Update GitHub Gist with Neko-box!\n\n on:\n   schedule:\n     - cron: '*/10 * * * *'\n\n jobs:\n   build:\n     runs-on: ubuntu-latest\n\n     steps:\n       - uses: actions/checkout@master\n\n       - name: Update activity from AniList\n         uses: rangerdigital/neko-box@master\n         with:\n           GH_TOKEN: ${{ secrets.GH_TOKEN }}\n           GIST_ID: ${{ secrets.GIST_ID }}\n           ANILIST_USERNAME: ${{ secrets.ANILIST_USERNAME }}\n ```\n\n\u003cbr\u003e\n\n**That's It!**  \nNow every 10 minutes `neko-box.yml` workflow will update your Gist,  \nIt's now a good idea to pin it in your profile to show off your weeb power level!\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"showcase.gif\" alt=\"A showcase of some of the statuses\" width=500/\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## 🚧 Contributing\n\n**You are more than welcome to help me improve Neko-Box!**\n\nJust fork this project from the `master` branch and submit a Pull Request (PR).\n\n\u003cbr\u003e\n\n## 📃 License\nThis project is licensed under [GPL-3.0](https://choosealicense.com/licenses/gpl-3.0/) .\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frangerdigital%2Fneko-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frangerdigital%2Fneko-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frangerdigital%2Fneko-box/lists"}