Gathering, displaying and keeping track of stats for Kontras.
git clone //github.com/kontrasband/stats.git
virtualenv -p /usr/local/bin/python3 venv
source venv/bin/activate
pip install -r requirements.txt
Paste config.ini in src/ directory
[SPOTIFY]
CLIENT_ID =
CLIENT_SECRET =
KONTRAS_URI = spotify:artist:13mo5g6PR09u3Rq8bEstY2
[INSTAGRAM]
KONT_USERNAME =
KONT_PASSWORD =
[GOOGLE]
KEY_FILE =
API_KEY =
- ffmpeg needs to be installed
- only tested on MacOS Mojave
ToDo
Using the the InstagramAPI package to interact with Instagram. Required ffmpeg to be install. On MacOS you can install ffmpeg by running:
brew install ffmpegFor the first time logging in you'll have to generate some cookies. Instructions here.