Skip to content

Added option for mass send request#29

Closed
justyntemme wants to merge 2 commits intohatboysam:masterfrom
justyntemme:master
Closed

Added option for mass send request#29
justyntemme wants to merge 2 commits intohatboysam:masterfrom
justyntemme:master

Conversation

@justyntemme
Copy link
Copy Markdown

Added an option for users to mass send snaps

Adds option to send mass snaps
@hatboysam
Copy link
Copy Markdown
Owner

Thanks for the PR, however this is very inefficient. Calling sendSnap() in a loop will upload and send the file each time.

If you'd like to add this feature, change the sendSnap() method in Main.java to take an ArrayList<String> of recipients and pass that directly to the Snapchat.sendSnap() method (which already takes that argument). Then just modify the single-send method in Main to pass a one-element ArrayList rather than a String.

@jamesst20
Copy link
Copy Markdown
Collaborator

+1 @hatboysam

PR Closed as it became inactive

@jamesst20 jamesst20 closed this Dec 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants