- watch -- watch any tv series in the database
- list -- list any tv series in the database
- update -- attempt to find a tv series by crawling source URL
- info -- get info on the tv series
- download -- go figure
Termivision, or "tv", is a dead simple CLI that allows you to watch almost any of your favorite tv shows for free without the bother of searching for them online. You can watch, discover, and schedule(probably not) your tv shows.
Here it is in action:
Once you've installed it try running these commands:
tv
tv info "The Simpsons"
tv list "The Simpsons"
tv watch "The Simpsons" 1 1
If this intrigues you, hop over to the super cool website.
So getting involved is really simple. Here are the steps:
- Install click using pip
- Install virtualenv using pip
- Clone from the master branch
- Create a virtual enviornment within your local repository and activate it
- run
pip install --editable
Q: Why did you make this?
A: It started off as a 3 day educational challenge to build a web crawler and eventually, I decided to make a CLI and store the results allowing for easy accsess. It's pretty nifty.
Q: Something isn't working properly and I want it fixed:
Q: Is there a mobile version of this?
A: I took a few hours to port it to Telegram, so yes -- there is.
Q: How do I get rid of the ads?
Q: This is cool, can I contribute?
A: Absolutely. I have yet to put up a road map, but in the mean time fill free to discuss in issues.
Q: The code is a complete mess -- it needs to be cleaned up!
A: Refactoring isn't the biggest priority for me right now, but feel free to clean it up and merge with a pull request! I'd appreciate it.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2015 Amir Uqdah <[email protected]>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.