All Projects â†’ RangerDigital â†’ neko-box

RangerDigital / neko-box

Licence: GPL-3.0 license
😺 Pinnable dynamic Gist with your latest AniList activity.

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to neko-box

AniMouto
Let an imouto improve your AniList experience.
Stars: ✭ 44 (+76%)
Mutual labels:  anime, anilist, anilist-api
kaa.si-cli
Stream anime from kaa.si and sync with anilist
Stars: ✭ 12 (-52%)
Mutual labels:  anime, anilist, anilist-api
anilist-to-mal
A python tool that will export your Anilist.co anime list for MAL importing
Stars: ✭ 33 (+32%)
Mutual labels:  anime, anilist, anilist-api
anilist-chinese
Translate anime titles on anilist.co to Chinese
Stars: ✭ 21 (-16%)
Mutual labels:  anime, anilist
scrobbly
↩️ Scrobble your animes to Anilist, Kitsu!
Stars: ✭ 23 (-8%)
Mutual labels:  anime, anilist
AnilistBot
A new code base to Anilist bot in Telegram.
Stars: ✭ 33 (+32%)
Mutual labels:  anime, anilist
nyaamal
A chrome extension to download anime torrents directly from MyAnimeList and Anilist
Stars: ✭ 75 (+200%)
Mutual labels:  anime, anilist
arm
A JSON-based database to relational mapping Anime ID's between MyAnimeList, Annict, AniList and Syoboi Calendar
Stars: ✭ 25 (+0%)
Mutual labels:  anime, anilist
anitrend-app
Track all your favorite Anime & Manga with AniTrend as it offers anime or manga lookup, tracking and reference powered by AniList
Stars: ✭ 138 (+452%)
Mutual labels:  anime, anilist
WaifuBot
discord waifu / husbando gacha bot
Stars: ✭ 36 (+44%)
Mutual labels:  anime, anilist
SauceKudasai
Get Anime info by image or URL (uses trace.moe and Anilist for animeinfo)
Stars: ✭ 50 (+100%)
Mutual labels:  anime, anilist-api
AniAPI
Core behind AniAPI HTTP Rest APIs.
Stars: ✭ 144 (+476%)
Mutual labels:  anime, anilist
AnimeDLR
AnimeDLR
Stars: ✭ 47 (+88%)
Mutual labels:  anime, anilist
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (+16%)
Mutual labels:  anime, anilist
netease-music-box
🎧 将你最近一周的网易云音乐的听歌记录更新到 Gist
Stars: ✭ 57 (+128%)
Mutual labels:  profile, pinned-gist
AniList-Node
A lightweight Node.js wrapper for the AniList API
Stars: ✭ 36 (+44%)
Mutual labels:  anilist, anilist-api
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-24%)
Mutual labels:  anime, anilist
arm-server
📃 A service for mapping Anime ID's between AniList, AniDB, MAL, and Kitsu (using https://github.com/manami-project/anime-offline-database)
Stars: ✭ 46 (+84%)
Mutual labels:  anime, anilist
steam-box
🎮 Update profile README / pinned gist to contain your Steam playtime leaderboard. 在你的 profile README / pinned gist 上显示你的 steam 游玩时间排行榜。
Stars: ✭ 118 (+372%)
Mutual labels:  profile, pinned-gist
Bornmay
Awesome Github Profile Readme. Github ReadMe Github Profile Readme Dynamic Github ReadMe Dynamic Github Profile ReadMe. Please Star and Fork
Stars: ✭ 140 (+460%)
Mutual labels:  profile

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-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 }}

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 .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].