Jump to content
UBot Underground

List Help - Defining a list, then adding to it


Recommended Posts

Just needing some advice guys,

 

I want to define a URL list (this data will not be used anywhere except to export at the end of the bot) I will then add the username + password etc to its own column.

 

At the end save this list to a csv (i am ok with this bit i think)

 

Any help is appreciated

 

 

Edit:

In a tutorial i saw 'add to local list'

I am guessing this has been removed in the new version?

Link to post
Share on other sites

Hi,

 

You shoud review this forum topic. It has instuctions on what you need to do to have forum restrictions lifted. Example: allow you to post more than once a day. Download ubot code samples posted by other members.

http://www.ubotstudi...errors-posting/

 

This should load a file into a list.

clear list(%lista)
add list to list(%lista, $list from file("c:\\downloads\\url.txt"), "Delete", "Global")

 

Kevin

Link to post
Share on other sites
  • 4 weeks later...

Just wanted to say thanks, Kevin. I was struggling with a bot creating a list of data scraped from a website. What I forgot to set was the "Don't delete duplicates" option, which I discovered from your post. You have no idea how much that helped me!

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