Custom Search Box

Friday, July 28, 2023

Groupme Data Export

 How to export Groupme Data and parse it as needed



Once this zip file is downloaded, extract it

Right click in the windows explorer window and click "open in terminal"




Go to this GitHub repo and copy/paste the function code into the terminal and hit enter




Copy the filepath and then set the Variable in the PowerShell session like so:
$Filepath = "/path/you/copied/message.json"

Run this command:
Get-GroupMeMessages -FilePath $FilePath

This will place a txt file in the same directory that you opened the terminal in