This a project that collects and displays various data from Destiny's livestreams onto a chart. Data used is from destiny.gg (livestream information), and "Last Month on Destiny" (LWOD, timestamps of things that occur during streams) spreadsheets by cantclosevim.
Run this is collect data:
python collect_data.py
Run this to display chart for the specified date (in YY-MM-DD format, optional, defaults to date in config.json):
python chart.py 22-09-09
Run this to clean up a csv file (so far only works on chat.csv, and removes data from offline chat)
python clean_csv.py ./data/22-09-09/chat.csv
Distributed under the MIT License. See LICENSE
for more information.
Links to LWOD spreadsheets created by cantclosevim since September 2022.