Hi! This is a script to help you to rapidly download your images from GroupMe instead of manually downloading the images one-by-one.
Currently, this project needs to be run via node
by each file, but hopefully in the future I can make a proper cli, and perhaps a desktop application with electron
If you'd like to contribute, please feel free to submit a PR!
- Clone this repository
git clone https://github.com/xChenny/Groupme-Pictures-Downloader.git
- Install npm packages
npm install
- Get a Groupme API token from their developer site
- Add your token to the
config.json
file - Run the Groupme.getGroups function located in the
src/groupme.js
file to get the ID of the chat that you wish to get the pictures from - Paste the chat's id into the
config.json
file. - Run the Groupme.main function to get the URL of all the images in the chat
- Download the images by running the
local.js
file with node