Thursday, January 26, 2017

How to download all GroupMe messages

This article describes how to export all of your GroupMe messages into a .csv file.

Requirements

Python 2.7. The scripts on github require 2.7.  If you do not already have it, download it here: https://www.python.org/download/releases/2.7/.  When you install it, be sure to select the option Add phython.exe to Path.

GroupMe Access Token - Login to https://dev.groupme.com/, and click Access Token in the top right corner of your screen.

Groupme_stats scripts - Download all files here: https://github.com/youyanggu/groupme_stats.  Once you download them, extract them to your workstation.

Instructions

Open a command prompt and execute the following command to install the requests package.

easy_install.exe requests

Change the below command to fit your needs and then execute it.

python C:\Temp\groupme_stats-master\retrieve_msgs.py  -a -c C:\temp\Output.csv

Finished

Wednesday, December 3, 2008

Windows Mobile 6 Emulator

This emulator is great to use when troubleshooting Microsoft Exchange ActiveSync issues.  In order to run Windows Mobile 6 emulator, you will need Virutal PC 2007 and the Windows Mobile image.  You do not need to load the image in Virtual PC, instead load the Windows Mobile emulator program.

Download Virutal PC 2007

http://www.microsoft.com/downloads/details.aspx?FamilyId=04D26402-3199-48A3-AFA2-2DC0B40A73B6&displaylang=en

Download the Windows Mobile 6 emulator

The download is the: 0409/Windows Mobile 6 Professional Images (USA).msi image

http://www.microsoft.com/downloads/details.aspx?FamilyID=38c46aa8-1dd7-426f-a913-4f370a65a582&DisplayLang=en#filelist

Once you install both components, go to Start>All Programs>Windows Mobile 6SDK>Standalong Emulator Images>US English>Professional

Once you open the emulator, go to File>Configure>Network, then check the "Enable NE2000 PCMIA network adapter and bind to:" checkbox, then select your active network connection.

When using the mobile eumator, set the network connection as "My Work Network"

You can then test ActiveSync after adding your Microsoft Exchange Outlook profile.