Skip to content

JioTV proxy developed using Python and FastAPI framework.

License

Notifications You must be signed in to change notification settings

henry-richard7/JioTV-Proxy

Repository files navigation

JioTV-Proxy

JioTV proxy developed using Python and FastAPI framework.

Total Downloads

Downloads

How to use (From Binary)

How To Use (Using Docker)

  • Clone or Download this repo.
  • In terminal cd JioTV-Proxy
  • Next type docker build -t jiotv-proxy . and press enter and wait for build.
  • Next type docker run -p 8000:8000 jiotv-proxy and press enter.

How To Use (From Source)

  • Clone or Download this repo.
  • Install required dependencies pip install -r requirements.txt
  • To run the py file, on a terminal in the root folder and type python3 main.py or python main.py
  • Follow the above steps.

Known Issues

  • Sony channels will not play.

Auto Build

This repo uses github actions to build binary for x86_64.