Forked from a Mac script, tuned to work in Ubuntu.
- Start playing a song in the Spotify Client
- Get a token from https://api.slack.com/custom-integrations/legacy-tokens and replace the APIKEY in the script
chmod +x slackspotify.sh
./slackspotify.sh
Forked from a Mac script, tuned to work in Ubuntu.
chmod +x slackspotify.sh
./slackspotify.sh
#!/usr/bin/env python | |
# 1. Download TMDB's database with @galli-leo's script | |
# https://gist.github.com/galli-leo/6398f9128ffc20af70c6c7eedfeb0a65 | |
# 2. Run python3 tmdbdump_to_csv.py | |
import pandas as pd | |
import numpy as np | |
import json | |
import os |