This repository allows you to graph you and your friends' LinkedIn Queens performance, along with statistics like longest streaks and fastest average-of-5 times.
Example output:
Make sure you have at least Python 3.x installed.
- Clone the repository:
git clone https://github.com/plettj/queens.git
cd queens- Install required packages:
Ensure you have the necessary packages installed.
pip install matplotlib pandas numpy- 
Prepare the Chat File: Copy and paste the entire LinkedIn chat containing Queens times into the file in data/namedfull-chat.txt.
- 
Update Participant Names: Open chat-parser.pyand update thesender_mapdictionary to match the names of the participants in your chat exactly as they appear.
- 
Run the Chat Parser: This script will process the chat and produce a queens-times.csvfile indata/with the relevant data.
python parse-chat.py- Generate the Graph: Use graph.pyto create a dynamic graph of the Queens times over time, complete with statistics displayed alongside the graph.
python graph.pyMIT.
