Skip to content

Michdo93/python-german-epg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

python-german-epg

EPG for German TV using web scraping (BeautifulSoup) from TV Spielfilm written in Python.

Installation and usage

You have to choose if you want to run it with Python 2.7 or Python 3.x. For Python 2.7 you have to run:

python -m pip install requests
python -m pip install beautifulsoup4
wget https://raw.githubusercontent.com/Michdo93/python-german-epg/main/epg_python2.py
mv epg_python2.py epg.py
python epg.py

And for Python 3.x you have to run:

python3 -m pip install requests
python3 -m pip install beautifulsoup4
wget https://raw.githubusercontent.com/Michdo93/python-german-epg/main/epg_python3.py
mv epg_python3.py epg.py
python3 epg.py

About

EPG for German TV using web scraping (BeautifulSoup) from TV Spielfilm written in Python.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages