bluestacks should work just as good as it works for instagram or there are php scripts if you do a google search
edit: or fatboy appears out of nowhere and makes a bot, just because he can![]()
bluestacks should work just as good as it works for instagram or there are php scripts if you do a google search
edit: or fatboy appears out of nowhere and makes a bot, just because he can![]()
There is a way online but the only site I know of doesn't let you put a caption on the image yet.....will be keeping an eye on it, as soon as that caption option turns up I will be making a bot![]()
why not? i've never tried it, i thought it's a no brainer and there are guides on the net about bluestacks and snapchatUsing bluestacks you can't upload from PC
https://snaptools.net/
http://download.cnet.com/Snap-Upload-send-photos-videos-from-your-camera-roll-to-snapchat/3000-2094_4-76100158.html
why not? i've never tried it, i thought it's a no brainer and there are guides on the net about bluestacks and snapchat
won't it work even if you install a file manager in bluestacks first like you would do it for instagram photo uploading?
anyways, i found a site and a program which claims to be able to do it, try them:
for the program, you'll need an iTunes accountHTML:https://snaptools.net/ http://download.cnet.com/Snap-Upload-send-photos-videos-from-your-camera-roll-to-snapchat/3000-2094_4-76100158.html
Ah story is different, will look about for some more sites.
If you have hosting you can use that.
<?php
require_once("src/snapchat.php");
$snapchat = new Snapchat('username', 'password');
$id = $snapchat->upload(
Snapchat::MEDIA_IMAGE,
file_get_contents('url_of_image_to_upload')
);
$snapchat->setStory($id, Snapchat::MEDIA_IMAGE, 10);
?>
You can find the Snapchat PHP api by googling Snapchat PHP (its the github link)