/FlixTools

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

FlixTools

This repo used to contain shell scripts and still does in the ShellScript branch

Frameworks

Frontend:

Makes api calls to backend to get video link

  • TailwindCSS
  • Chakra UI
  • Sass
  • NextJS

or

  • React Native

or *

  • Flutter

Login -> home page -> go to specific content type (movie, book, anime, manga) -> if manga or book give book reader else give video app

Backend:

Interacts with streaming services for video link

  • Django
  • Django Graphql with graphene or rest framework

Big Topic

/manga -> for manga /anime -> for anime /movie -> for movies /book -> for books

json format:

{
    "popular": [{"_name_": "_thumnail_link_"}, ...],
}

Small Topic

/manga/name-name /anime/name-name /movie/name-name /book/name-name

{
    "episodes": [{"_epi_name_": "_thumnail_": "_video_"}]
}