Skip to content

wael-f4/yacinetv-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Shell 2.0%