Jump to content
UBot Underground

Page Scraping A .txt File?


Recommended Posts

Hey HelloInsomnia,

 

I looked into that and tried some tinkering but I can't seem to get it to work. I'm just trying to scrape a .txt file using page scrape. Could you provide an example?

 

Thanks again for your help,

Sean

Link to post
Share on other sites

Hi,

 

Page scrape is for web pages only.

 

 

If you want to parse a text file use Regex.

 

If you want to bring you file into a list then use "add list to list" name that list then use "list from file" in second field and give it your file path. Or you can use "list from text" instead and then  use "read file".

 

These are basic tasks and there are videos explaining these and a wiki as well.

 

vids

http://www.ubotstudio.com/tutorials

 

wiki

 

http://wiki.ubotstudio.com/wiki/Main_Page

Link to post
Share on other sites

The examples

 

clear list(%liat A)
clear list(%liat B)
add list to list(%liat A$list from file("SELECT FILE"), "Delete""Global")
add list to list(%liat B$list from text($read file("FILE PATH CHOOSE YOUR TEXT FRILE"), $new line), "Delete""Global")

 

CD

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