All Projects → MayankPratap → Show Down

MayankPratap / Show Down

Command line utility to download latest episodes of TV show just by typing name of show. Also we can schedule to automatically download latest episodes of TV shows.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Show Down

Addic7ed Ruby
Ruby script to fetch subtitles on Addic7ed (auto-downloader)
Stars: ✭ 43 (+48.28%)
Mutual labels:  cli, tv
Pivotal Flow
Automate your pivotal workflow
Stars: ✭ 29 (+0%)
Mutual labels:  cli
Life
Conway's Game of Life written in Swift 👾
Stars: ✭ 21 (-27.59%)
Mutual labels:  cli
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-6.9%)
Mutual labels:  cli
Lsankidb
☆ `ls` for your local Anki database.
Stars: ✭ 21 (-27.59%)
Mutual labels:  cli
Todoist
Todoist CLI Client. I ❤️ Todoist and CLI.
Stars: ✭ 940 (+3141.38%)
Mutual labels:  cli
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-31.03%)
Mutual labels:  cli
Mako
A lightweight Wayland notification daemon
Stars: ✭ 944 (+3155.17%)
Mutual labels:  cli
Nexrender
📹 Data-driven render automation for After Effects
Stars: ✭ 946 (+3162.07%)
Mutual labels:  cli
Durt
Command line tool for calculating the size of files and directories
Stars: ✭ 27 (-6.9%)
Mutual labels:  cli
Iptv
Collection of publicly available IPTV channels from all over the world
Stars: ✭ 45,053 (+155255.17%)
Mutual labels:  tv
Newsreap
Usenet Framework that supports posting, indexing and retrieving
Stars: ✭ 21 (-27.59%)
Mutual labels:  cli
Todo r
Find all your TODO notes with one command!
Stars: ✭ 28 (-3.45%)
Mutual labels:  cli
Make Space
💾 [WIP] Free up space from the command line
Stars: ✭ 21 (-27.59%)
Mutual labels:  cli
Yb
A new build tool optimized for local + remote development
Stars: ✭ 29 (+0%)
Mutual labels:  cli
Lab
Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
Stars: ✭ 911 (+3041.38%)
Mutual labels:  cli
Viu
Simple terminal image viewer written in Rust.
Stars: ✭ 911 (+3041.38%)
Mutual labels:  cli
Duckietv
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
Stars: ✭ 942 (+3148.28%)
Mutual labels:  tv
Jplot
iTerm2 expvar/JSON monitoring tool
Stars: ✭ 949 (+3172.41%)
Mutual labels:  cli
Typac
install npm packages along with corresponding typings
Stars: ✭ 29 (+0%)
Mutual labels:  cli

show-down

Join the chat at https://gitter.im/MayankPratap/show-down

A simple script to download latest episode of any TV show by simply typing a show name.

Supported in Python3 only.

  • Dependencies

    • beautifulsoup4 module of python :- Install it using command pip install beautifulsoup4 in terminal.
  • Download ZIP file of repository or Clone the repository.

  • If using for first time and your system is in proxy network then

    • Use python episode.py -p http://username:[email protected]_address:port

    • You can choose to change proxy anytime

    • You can unset proxy by command python episode.py -u

  • For Downloading

    • Use python episode.py -dl show_name

    • Download format is .mp4

  • To get list of all available shows in mp4 quality.

    • Use python episode.py -l
  • For Help

    • Type python episode.py -h
  • Those who want to schedule their downloader to run weekly and check for latest episode of TV Series you entered :-

    • For Ubuntu and other Linux versions

      • Open Terminal, type crontab -e

      • Add this at end of file :- @weekly DISPLAY=:0 xterm -e python2 /path/to/my/episode.py

        For example :- @weekly DISPLAY=:0 xterm -e python2 /opt/lampp/htdocs/show-down/episode.py

      • Save changes in crontab -e and exit.

  • Testing Travis CI

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].