Skip to content

Sampad-Hegde/PublicTvKannadaLive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Public TV Kannada Live Player using Python

This project is only for educational purposes , because streaming live tv channels like this is illegal and web scraping is also a kind of illegal (comes under Grey-Hat hacking) , So be caereful....

  • Create a Python3 Virtual Environment
    on windows
python -m venv publictv

or if you install multiple python3 versions on windows

py -version -m venv publictv

Activating the Virtual environment on Windows

publictv\Scripts\activate

on Mac/Linux
python3 -m venv publictv

here publictv is name given to Virtual Environment

Activating the Virtual environment on Mac / Linux

source publictv/bin/activate


  • Install all required packages
pip install -r requirements.txt


  • Run the python file
python PublicTv-Scraping.py

and wait for few seconds it will start automatically

  • To stop the execution

    Live Stream will open in full screen if you want to exit full screen mode simply double click on your mouse to stop the execution go to terminal where you have started exection and press
ctrl + c

About

python program that make web scraping https://publictv.in/live and play the live stream in full screen mode but you must have good internet connection with minimum 6Mbps bandwidth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages