amiruqdah / tv-terminal

:tv: a stupid simple web crawler command line interface hybrid made to find new TV shows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termivision

Features:

  • 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:

alt tag

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.

Contributing

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

FAQ

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:

A: That's why we were blessed with issues, pull requests, and forks.

Q: Is there a mobile version of this?

A: I took a few hours to port it to Telegram, so yes -- there is.

mobile demo

Q: How do I get rid of the ads?

A: Honestly, who doesn't have ad-block these days? I'm working on it

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.

License

   				 DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE 
                			Version 2, December 2004 

				 Copyright (C) 2015 Amir Uqdah <amir.uqdah@pacbell.net> 

		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.

Misc

alt tag

About

:tv: a stupid simple web crawler command line interface hybrid made to find new TV shows


Languages

Language:Python 100.0%