Jump to content
UBot Underground

Posting Content


Recommended Posts

Hi,

 

Dont know if anyone can point in the right direction.

 

Im building a bot that posts to certain sites can anyone advise me how to get the bot look at a folder full of content post one lot of content then delete or move on to the next for the next link?

 

Thanks in advance.

 

Stacy

 

Link to post
Share on other sites

add list to list(%foldercontent$get files($special folder("My Pictures"), "Yes"), "Delete""Global")
set list position(%foldercontent, 0)
loop(4) {
    comment("your code to post")
    navigate("yoursite.com""Wait")
    set(#yourimage$next list item(%foldercontent), "Global")
    comment("post your image")
}

Edited by zenos
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...