Git Product home page Git Product logo

Comments (3)

emmaexe avatar emmaexe commented on July 2, 2024

This is a server application. It's a node app that you need to constantly have running in the background either on your computer or on an actual server that fetches the notifications from anilist and forwards them to ntfy. To recieve the notifications using ntfy, look at step 1 here: https://docs.ntfy.sh/

from anilist-notifications.

Cqrlll avatar Cqrlll commented on July 2, 2024

This is a server application. It's a node app that you need to constantly have running in the background either on your computer or on an actual server that fetches the notifications from anilist and forwards them to ntfy. To recieve the notifications using ntfy, look at step 1 here: https://docs.ntfy.sh/

Oh, so its not possible to do in an android device alone understandable sorry if id bothered you:))

from anilist-notifications.

emmaexe avatar emmaexe commented on July 2, 2024

It is but you would have to run it constantly in the background and it would probably affect battery life.

If you want to try this you can download termux.
Then inside termux do git clone https://github.com/emmaexe/anilist-notifications then cd anilist-notifications
Then install nodejs and n
You can install n using npm install -g n
Then run n 18 to install node.js version 18.x
Then run npm i in the root of the project to install nodejs modules.
Then run node . to start the server.

It should run in the background now and you should be able to do the setup instructions you can find in README.md

If using the n command fails you can try to skip that part with npm install n and n 18 but i don't know what version of node you will be running and it might not be supported, I am not sure.

from anilist-notifications.

Related Issues (1)

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.