GithubHelp home page GithubHelp logo

avery-swank / groupme-gallery-downloader Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 11.75 MB

A front-end web application to access and download all of a GroupMe's gallery data.

License: MIT License

JavaScript 100.00%
javascript selenium selenium-webdriver groupme groupme-gallery-data

groupme-gallery-downloader's Introduction

groupme-gallery-downloader

A front-end web application to access and download all of a GroupMe's gallery data.

Summary

I wanted a way to save all of a GroupMe's gallery data. Groupme does not have any built-in functionality saving an entire group's gallery without going into each gallery image and video and downloading it by hand. Myself being a programmer and being 'lazy' that I did not want to do this by hand for every GroupMe where I wanted to save memories, I wrote this program to automate that process.

At first, I read and learned about GroupMe's API and REST services to try to run everything through the backend, which was great and very interesting. However, I wanted to create a tool that anyone could easily use to download their GroupMe gallery data. I decided early on to put a huge focus on simplicity and ease of use. Thus, using a web automation framework like Selenium and accessing GroupMe through the front-end seemed to be the easiest to code, easiest to maintain or manipulate, and easiest to automate downloads.

How It Works

This project is indended to serve as a standalone project that performs the following steps.

  1. Opens a Chrome browser instance on your machine
  2. The user manually enters their GroupMe credentials and logs into their GroupMe account
  3. From here, the program takes over and searches for the desired chat name
  4. Opens a particular GroupMe group and its gallery
  5. Traverses through all media in that group's gallery and clicks 'Download'
  6. Open your C:/.../Downloads folder and see all of the gallery data. Then, drag and drop everything into your own folder outside of downloads.

NOTE: The Login process may be automated for entering a username and password, but I did not want to manipulate those data points. Also may have to manually type your GroupMe PIN for 2FA. Easiest to let the user do that once.

NOTE: The program may be interrupted or closed at any point by stopping exectution in the command line or by closing the browser.

Project Setup

Getting Started

Here are the instructions as how to run the project:

  1. Download the Reposity or Install Git and run: git clone https://github.com/Avery-Swank/groupme-gallery-downloader.git
  2. Modify the values in setup.json to the gallery you want to download
  3. Run $ npm install within the project. Ensures you have all of the proper libraries: Selenium, etc.
  4. Run $ node app.js

setup.json

Again, the goal of this project is to make it easy for anyone, with or without coding experience, to use this tool to download their GroupMe data. The only file that needs edits to your specific GroupMe account and group chat name is in setup.json

{
    "browserType": "chrome",
    "chatName": "My first chat",
    "sendInfoToChat": false
}
  • browserType: The type of browser to load on your machine. Currently only works for a Chrome Browser.
  • chatName: The name of the GroupMe group gallery data you want to download.
  • sendInfoToChat: Specify if you want to send execution details to the GroupMe group you are saving.

Software Reference

groupme-gallery-downloader's People

Contributors

avery-swank avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.