Giter VIP home page Giter VIP logo

akuse's Introduction

akuse

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

license GitHub release (with filter) total-downloads GitHub Issues or Pull Requests Discord

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,https://anilist.co/api/v2/oauth/pin (these are two space seprated uri) and it should work. Now go inside the src/modules folder and create a clientData.ts file with a structure like this:

import { ClientData } from "../types/types";

export const clientData: ClientData = {
  clientId: ,
  redirectUri: "",
  clientSecret: "",
};

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

# Example:
import { ClientData } from "../types/types";

export const clientData: ClientData = {
  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 Log-In in AppImage & Development

In AppImage and in a Development environment, the Log-In redirect doesn't work since the app is not packed/installed. If you need to work with an authenticated instance, follow these steps:

  1. open the app using one of the method e.g.

    npm start
    

    or

    ./path/to/app.AppImage
    
  2. Now click on the login button and authenticate in the browser. Next, copy the code you are given, go back to akuse and click the navbar element with a laptop icon. Here you can paste your code.

  3. Finally, paste your code and push the button. If the code you entered is correct, you are now Logged-in, othwerise repeat these steps and see what has gone wrong.

NOTE: This is not needed in Installed App.

โŒจ Shortcuts

  • Pages
    • F1: go to Discover page
    • F2: go to Library page
    • F3: go to Search page
  • Video player
    • Space: play/pause video
    • Left arrow: fast rewind (5s)
    • Right arrow: fast forward (5s)
    • Upper arrow: increase volume
    • Lower arrow: decrease volume
    • F11: fullscreen toggler
    • F: fullscreen toggler
    • M: mute/unmute video
    • P: play previous episode
    • N: play next episode

๐Ÿ› Known Issues

  • If Log-In in installed apps doesn't work, make sure you have set a default browser.
  • Some anime may 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.

๐ŸŒŸ Contributors

๐Ÿ™Œ Credits

๐Ÿ“ข 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.

akuse's People

Contributors

aleganza avatar nktech-official avatar 0x96ea avatar dependabot[bot] avatar ferivoq avatar synthofficial avatar creeper76 avatar yougotwill avatar

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.