Snapchat

Status
Not open for further replies.

LleixG

Senior Member
Joined
Apr 16, 2014
Messages
1,087
Reaction score
219
---- THREAD CLOSED 07/30/2015 ----
Who knows a website or an app for pc, to upload pics from the pc to the snapchat story?
 
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 :)
 
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 :)
 
Last edited:
Lol - as soon as I go looking I find another site, will see if this can be botted :)
 
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 :)


Its a slow night and I can't watch football anymore as liverpool are losing!!!
 
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 :)

Using bluestacks you can't upload from PC
 
Last edited:
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 :)

I don't really need caption, just to post pics from pc to story
 
Last edited:
Thats just as well - tested a few things and the caption doesn't seem to work on any of them!

The send picture to friends works fine - is that the same thing as sending to a story? Got to excuse me, think I am too old to use these new apps ;)
 
Using bluestacks you can't upload from PC
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:
HTML:
https://snaptools.net/
http://download.cnet.com/Snap-Upload-send-photos-videos-from-your-camera-roll-to-snapchat/3000-2094_4-76100158.html
for the program, you'll need an iTunes account
 
It's not the same uploading and uploading it to the story, and i don't know why any of this sites allow you to post it on story.
 
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:
HTML:
https://snaptools.net/
http://download.cnet.com/Snap-Upload-send-photos-videos-from-your-camera-roll-to-snapchat/3000-2094_4-76100158.html
for the program, you'll need an iTunes account

It doesn't work because you don't have the option to open the gallery
 
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)
 
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)

I'll try to use that but I don't have any idea about PHP :D
 
But i think using a thirdpart website for using to upload something to snapchat would be risk as they sometimes save our datas and snapchat is all about privacy .
 
Status
Not open for further replies.
Back
Top