Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhailvs/tvshows
A python tv channel schedule viwer.
https://github.com/suhailvs/tvshows
Last synced: 9 days ago
JSON representation
A python tv channel schedule viwer.
- Host: GitHub
- URL: https://github.com/suhailvs/tvshows
- Owner: suhailvs
- Created: 2014-04-14T11:41:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T11:52:08.000Z (over 10 years ago)
- Last Synced: 2023-04-03T17:43:04.164Z (over 1 year ago)
- Language: Python
- Homepage: http://ssc-suhailvs.rhcloud.com/upfiles/tvshow.html
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tvshows
=======A python tv channel schedule viewer.
Channel list
============+ [movies now](http://moviesnow.co.in/schedule)
+ [star movies](http://www.starmovies.in/Schedule/Schedule.aspx)
+ [hbo](http://www.hbosouthasia.com/movie-schedule.php)
+ [sony pix](http://www.sonypix.in/schedule.php)
+ [zee studio](http://zeestudio.tv/schedule/)USAGE
=====To create Html and Json file, just run:
python tvshow_pyquery.py
to work with python:
import tvshow_pyquery
today_datas=tvshow_pyquery.Json_handlers()
today_datas.save_json()
today_datas.create_site()