Skip to content

Instantly share code, notes, and snippets.

View lyralemos's full-sized avatar

Alexandre Marinho lyralemos

View GitHub Profile
@juanrossi
juanrossi / download_shows.py
Last active July 21, 2018 13:30
Script to download TV Shows (uses showrss.info)
"""
Requirements:
* requests
* sqlite3
* xmltodict
* transmission-remote (add with brew or apt-get)
* showrss account and rss link
"""
import os
import requests