8000 GitHub - XxRagulxX/Akuse: Simple and easy to use anime streaming desktop app without ads.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XxRagulxX/Akuse

 
 

Repository files navigation

Akuse

Simple and easy to use anime streaming desktop app without ads.

license GitHub release (with filter) total-downloads Discord

buymeacoffee

img

Running locally for development

Start cloning Akuse:

git clone https://github.com/akuse-app/Akuse.git

Next, go to this link and create a new AniList API Client. As Redirect Uri, you can insert akuse://index and it should work. Now go inside the src/modules folder and create a clientData.js file with a structure like this:

module.exports = {
    clientId: ,
    redirectUri: "",
    clientSecret: ""
}

Fill it with the data retrieved from the creation of your AniList API Client.

# Example:
module.exports = {
    clientId: 12345,
    redirectUri: "akuse://index",
    clientSecret: "iA04TKLO3k3LaVWhxucJwck0glR6uhiv"
}

Next, install its dependencies (make sure npm is installed on your machine):

npm install

To start, run:

npm start

⚠ How to login in development

In development, the login redirect doesn't work since the app is not packed and the Redirect Uri doesn't find it on your machine. If you need to work with an authenticated instance, just distribute the app (npm run dist:win for Windows, other scripts are in package.json file) and login from there once. After that, your app will be authenticated also in development mode.

Known Issues

  • Some anime don't work because of different names as compared to AniList: Feel free to open a new issue if you find some of them so they can be fixed.
  • All anime are subbed, but some may be dubbed.

Disclaimer

  • Akuse helps users find anime by simply scraping links from various websites.
  • Akuse or its developers do not host the content found on Akuse. All images and anime information found in the app are retrieved from AniList public API.
  • Additionally, all anime links found on Akuse are from various third party anime hosting websites.
  • Akuse or its owner are not responsible for the misuse of any content inside or outside the app and shall not be responsible for the dissemination of any content within the app.
  • By using this app, you agree that the app developer is not responsible for the content within the app. Nevertheless, they may or may not come from legitimate sources.
  • For internet violations, please contact the source website. The developer is not legally responsible.

License

Licensed under GPL-3.0.

About

Simple and easy to use anime streaming desktop app without ads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.8%
  • CSS 27.1%
  • HTML 14.1%
0