Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/monksy/meetupphotodownloader
- Owner: monksy
- License: mit
- Created: 2016-02-17T03:18:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T14:28:21.000Z (over 5 years ago)
- Last Synced: 2024-11-07T05:48:13.447Z (2 months ago)
- Language: Groovy
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 AuthorSteven 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.