Jump to content
UBot Underground

Recommended Posts

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.jpg

2. C:\Users\s0mekind\Desktop\TWT\NEW FOLDER\all.pics/2.jpg

etc

I hope you understand guys...

 

 

http://i.imgur.com/DfJM5QV.png

<accept="image/gif,image/jpeg,image/jpg,image/png,">

 

 

Thank you,

Edited by s0mekind
Link to post
Share on other sites

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.jpg

2. C:\Users\s0mekind\Desktop\TWT\NEW FOLDER\all.pics/2.jpg

etc

I 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/allpics

This is just an example , not the whole thing :)

  • Like 2
Link to post
Share on other sites

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

Damn beat me to it haha

Edited by Asentrix
  • Like 1
Link to post
Share on other sites

It doesn't work for me :( I  can't make gifs longer than 6secs, so:

http://i.gyazo.com/c2af0cb21055e026f73058abb773a21d.gif

Even 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 by s0mekind
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...