Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monksy/meetupphotodownloader

This is for downloading all of the photos from your meetup group.
https://github.com/monksy/meetupphotodownloader

Last synced: 22 days ago
JSON representation

This is for downloading all of the photos from your meetup group.

Awesome Lists containing this project

README

        

# Meetup Photo Downloader

This project is intended to download all of the photos from your meetup group by using your meetup.com API key. The intent of this script is to be used to backup the photos.

This project assumes that Groovy is isntalled on your system.

## How to Use

1. Modify the following variables in the script: meetupKey, directory, group. The group variable is the textual Group URL name. (This can be found after meetup.com/... as the name).
2. Run the groovy script as groovy Download.groovy
3. Wait for the results to finish. When the script is done the console will be ready for another command. If there was an issue with grabbing a file sometimes a 500 will be thrown. Try to run the script again and it may succced.



## About the Author

Steven Hicks is a developer that can be found at http://theexceptioncatcher.com. He has been a self taught, and formally educated developer for nearly 20 years.