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"
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
No comments :
Post a Comment