aimadnet / yacinetv-api

Yacine TV v3 API (API Endpoints + Decryption)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yacine Live TV API

This is an unofficial api wrapper for yacineapp.tv in python. With this api you are able to browse tv categories and get stream links.

API Reference

Get all categories

  GET /categories

Get category channels

  GET /categories/${id}/channels
Parameter Type Description
id string Required. Id of category

Get channel

  GET /channel/${id}
Parameter Type Description
id string Required. Id of channel

Run Locally

Clone the project

  git clone https://github.com/aimadnet/yacinetv-api

Go to the project directory

  cd yacinetv-api

Install dependencies

  pip install -r requirements.txt

Start the FastAPI Application Server using:

  bash run.sh

Feedback

If you have any feedback, contact me on telegram https://t.me/aimadnet

Support Us

ETH: 0x7c0564bfCFe48ffCdee95ee137e33367C0077429

About

Yacine TV v3 API (API Endpoints + Decryption)

License:MIT License


Languages

Language:Python 98.0%Language:Shell 2.0%