Possible to listen to Crime Show outside of Spotify?

This page summarizes the projects mentioned and recommended in the original post on /r/gimlet

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • zspotify

    Discontinued A Spotify downloader needing only a python interpreter and ffmpeg.

  • Depends on how comfortable you are with command line tools, and if your preferred podcast app will let you import audio files, or you're willing to set up your own xml feed. Advanced stuff tho, and don't know if it's worth the work.

  • python-feedgen

    Python module to generate ATOM feeds, RSS feeds and Podcasts.

  • If you want to keep it all within Python: https://github.com/lkiesow/python-feedgen

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • librespot-python

    Open Source Spotify Client

  • andrewcybulska@Andrews-MacBook-Pro zspotify-main % pip install -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt Collecting git+https://github.com/kokarare1212/librespot-python (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) Cloning https://github.com/kokarare1212/librespot-python to /private/var/folders/0s/_f00834n4g747h0rnn0jgpwc0000gn/T/pip-req-build-229toef5 Running command git clone -q https://github.com/kokarare1212/librespot-python /private/var/folders/0s/_f00834n4g747h0rnn0jgpwc0000gn/T/pip-req-build-229toef5 Resolved https://github.com/kokarare1212/librespot-python to commit bd71ecde46d6c77f0653cb23d1174b0a6ac7540f Preparing metadata (setup.py) ... done Requirement already satisfied: ffmpy in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 1)) (0.3.0) Requirement already satisfied: music_tag in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 3)) (0.4.3) Requirement already satisfied: Pillow in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 4)) (8.4.0) Requirement already satisfied: protobuf in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 5)) (3.19.1) Requirement already satisfied: pydub in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 6)) (0.25.1) Requirement already satisfied: tabulate in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 7)) (0.8.9) Requirement already satisfied: tqdm in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from -r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 8)) (4.62.3) Requirement already satisfied: defusedxml in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (0.7.1) Requirement already satisfied: pycryptodomex in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (3.11.0) Requirement already satisfied: pyogg in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (0.6.14a1) Requirement already satisfied: requests in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (2.26.0) Requirement already satisfied: websocket-client in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (1.2.1) Requirement already satisfied: zeroconf in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (0.37.0) Requirement already satisfied: mutagen in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from music_tag->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 3)) (1.45.1) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (1.26.7) Requirement already satisfied: certifi>=2017.4.17 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (2021.10.8) Requirement already satisfied: charset-normalizer~=2.0.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (2.0.7) Requirement already satisfied: idna<4,>=2.5 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from requests->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (3.3) Requirement already satisfied: ifaddr>=0.1.7 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from zeroconf->librespot==0.0.1->-r /Users/andrewcybulska/Downloads/zspotify-main/requirements.txt (line 2)) (0.1.7)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts