s0mekind 0 Posted May 19, 2015 Report Share Posted May 19, 2015 (edited) I'm trying to "tweet" on twitter, but the point is: I want to upload 1 picture/tweet, and every time to be a new photo (the next photo from my folder).How can I do that?Ex: tweet-1, uploading the pic "1.jpg" from the folder "all.pics"1. C:\Users\s0mekind\Desktop\TWT\NEW FOLDER\all.pics/1.jpg2. C:\Users\s0mekind\Desktop\TWT\NEW FOLDER\all.pics/2.jpgetcI hope you understand guys... http://i.imgur.com/DfJM5QV.png<accept="image/gif,image/jpeg,image/jpg,image/png,"> Thank you, Edited May 19, 2015 by s0mekind Quote Link to post Share on other sites
HelloInsomnia 1103 Posted May 19, 2015 Report Share Posted May 19, 2015 You can use the $get files function then add the files into a list and use $next list item to get the next picture, here is an example: http://i.imgur.com/dXCvQuP.gif 1 Quote Link to post Share on other sites
Asentrix 17 Posted May 19, 2015 Report Share Posted May 19, 2015 I'm trying to "tweet" on twitter, but the point is: I want to upload 1 picture/tweet, and every time to be a new photo (the next photo from my folder).How can I do that?Ex: tweet-1, uploading the pic "1.jpg" from the folder "all.pics"1. C:\Users\s0mekind\Desktop\TWT\NEW FOLDER\all.pics/1.jpg2. C:\Users\s0mekind\Desktop\TWT\NEW FOLDER\all.pics/2.jpgetcI hope you understand guys... http://i.imgur.com/DfJM5QV.png<accept="image/gif,image/jpeg,image/jpg,image/png,"> Thank you,Here you go add item to list(%pictures, $get files("{$special folder("Desktop")}/allpics", ""), "Delete", "Global") loop($list total(%pictures)) { change file field(<type=w"file">, $next list item(%pictures)) } You can change the image directory if you need to , it currently loads pictures from desktop/allpicsThis is just an example , not the whole thing 2 Quote Link to post Share on other sites
Asentrix 17 Posted May 19, 2015 Report Share Posted May 19, 2015 (edited) You can use the $get files function then add the files into a list and use $next list item to get the next picture, here is an example: http://i.imgur.com/dXCvQuP.gifDamn beat me to it haha Edited May 19, 2015 by Asentrix 1 Quote Link to post Share on other sites
s0mekind 0 Posted May 19, 2015 Author Report Share Posted May 19, 2015 I tried, but I will try again Btw, how do you make these .gif guys? Which tool?I will come with an edit on 2-5mins, thanks Quote Link to post Share on other sites
s0mekind 0 Posted May 19, 2015 Author Report Share Posted May 19, 2015 (edited) It doesn't work for me I can't make gifs longer than 6secs, so:http://i.gyazo.com/c2af0cb21055e026f73058abb773a21d.gifEven I "import" the picutres manually, it doesn't import :| add list to list(%pictures, $get files("C:\\Users\\s0mekind\\Desktop\\TWT\\NEW FOLDER\\all.pics", "Yes"), "Delete", "Global") loop($list total(%pictures)) { change file field(<type=w"file">, $next list item(%pictures)) } EDIT: I've tried exactly as on the example, with "load html" and it's ok, it going to the next photo. But I'm still unable to upload on twitter... EDIT2: I can't upload any type of photo, manually: http://i.gyazo.com/12beaa7d63bed8b242756b80612c569c.gif Edited May 19, 2015 by s0mekind Quote Link to post Share on other sites
Asentrix 17 Posted May 19, 2015 Report Share Posted May 19, 2015 (edited) Actually , it isn't allowing me to upload images through ubot on twitter either.Probably a browser problem. Also I use this program for screenshots / gifs etc https://getsharex.com/ Edited May 19, 2015 by Asentrix 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.