GitXplorerGitXplorer
d

Groupme-Saver

public
10 stars
3 forks
4 issues

Commits

List of commits on branch master.
Verified
132b30392d724fe6b5d90358141b54d2e4f1f0dc

Merge pull request #5 from dado3212/dependabot/pip/certifi-2022.12.7

ddado3212 committed 2 years ago
Verified
57a7a36f088e36a1597c5f9f6c205f02e3f5dfda

Bump certifi from 2019.6.16 to 2022.12.7

ddependabot[bot] committed 2 years ago
Verified
6298e1f309da4b7eefca7ceaaa3c9bd323ff78fe

Update README.md

ddado3212 committed 5 years ago
Unverified
de76f0b63f0a9fc0c8256e3f2832bd781006ffaf

Add in Python3 support, requirements.txt file

ddado3212 committed 5 years ago
Verified
ed3d3f255808b5cadd346c4e4345c6dd4cf956ab

Update README.md

ddado3212 committed 5 years ago
Unverified
d1d3eebedd34fe78bd1e8e17036d39b7a2f077d7

Add support for saving down polls

ddado3212 committed 7 years ago

README

The README file for this repository.

Groupme Saver

Groupme Saver is an interactive Python script that downloads the full content of a Groupme including attachments.

It saves all of the images and videos locally, along with all of the icons for the members of the group. Then it writes all of the messages into an HTML file that can be viewed locally in the browser, and appears roughly like the Groupme did.

It additionally saves all of the message information into a CSV file if you want a more detailed breakdown compared to the visuals.

How To Run

  1. Install the necessary libraries (pip install -r requirements.txt).
  2. You will need to get your access token. To get ths, go to https://dev.groupme.com and log in, and then in the top menu bar there will be an option for 'Access Token'. Copy that code!
  3. Run the python script with python downloadGroupme.py. It will prompt you for the token. Paste it in, and then type the number of the group you want to download and it will take care of the rest!

NOTE: I've tested this with Python 3.6.2+, and Python 2.7.10. Good luck with any other versions.


Technologies

  • HTML
  • CSS
  • Python

APIs

  • GroupMe

Created by Alex Beals © 2017