GithubHelp home page GithubHelp logo

rangerdigital / neko-box Goto Github PK

View Code? Open in Web Editor NEW
27.0 2.0 9.0 61 KB

๐Ÿ˜บ Pinnable dynamic Gist with your latest AniList activity.

Home Page: https://github.com/RangerDigital

License: GNU General Public License v3.0

Dockerfile 4.01% Python 95.99%
pinned-gist python3 docker anilist gists anime github github-actions anilist-api activity

neko-box's Introduction

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 .

neko-box's People

Contributors

dependabot[bot] avatar karmek-k avatar rangerdigital avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

neko-box's Issues

For some reason, neko.py can't be found

Hey,

I just tried using this workflow, but Python claims that it couldn't find neko.py.

What could have gone wrong?

python: can't open file '/github/workspace/./neko/neko.py': [Errno 2] No such file or directory

I used the exact same workflow as you in the README.md file. I have verified that all the details are correct (repo secrets).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.