Jump to content
UBot Underground

Using Paragraphs in Ubot


Recommended Posts

I would like to create a bot that can login with user/password to a site, then submit a couple of paragraphs of text. I thought about having this in some csv file.

 

Can you have a csv file with paragaphs of text or does it become a problem because you want a new line in there and have to have everything in quotes an it can't cater for line breaks etc?

 

If I have a csv with this data in (if its possible) can I then read that into a list in Ubot?

 

Thanks,

 

Jon

Link to post
Share on other sites

I would like to create a bot that can login with user/password to a site, then submit a couple of paragraphs of text. I thought about having this in some csv file.

 

Can you have a csv file with paragaphs of text or does it become a problem because you want a new line in there and have to have everything in quotes an it can't cater for line breaks etc?

 

If I have a csv with this data in (if its possible) can I then read that into a list in Ubot?

 

Thanks,

 

Jon

 

Putting paragraphs in a csv file sounds bit messy.

You could just put your paragraphs in a .txt file, use $List from Text, and use the line breaks as a delimiter.

Link to post
Share on other sites

Not quite sure how that would work. I want to have multiple user/password/article situations going on, where the bot would loop round and process each set.

 

 

You can still use a line break (or a symbol of some sort, whatever works for you) as the delimiter between each item. So you would use list from text with a next list item. Just understand that the order would be:

 

USername

>

PAssword

>

Paragraph

>

USername

>

PAssword

>

Paragraph

>

USername

>

PAssword

>

Paragraph

 

etc etc.

 

With > being the delimiter...

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