/groupme-image-archive

Script that pulls all images from a Groupme chat, and saves them to Dropbox. Written in Go.

Groupme Image Archive

Groupme URL to paginate through messages

https://api.groupme.com/v3/groups/[group_id]/messages?&limit=100&before_id=[message_id]

  • pulling the last message ID of the request will paginate to the next page of messages
  • the final request will return a 304 code

Information needed to run script

  • Groupme Developer Token
  • Register project with Dropbox

Useful Links/Docs

Groupme API Docs:

Dropbox Go SDK Docs:

Dropbox HTTP API:

Dropbox CLI, written in Go: