stacy 0 Posted January 22, 2015 Report Share Posted January 22, 2015 Can one of you lovely people please point me in the right direction. I'm building my first bot to do a bit of manual link building for me. Once the link his build what would be the best method to grab the url and store it in a table or something?? Thanks in advance. Stacy Quote Link to post Share on other sites
UBotDev 276 Posted January 22, 2015 Report Share Posted January 22, 2015 Most likely the code for that would be different for every page; so for which page you need that? Usually you would use "scrape attribute" command to store URL in a variable, then check if it was scraped successfully and after that add it to the table. Quote Link to post Share on other sites
itexspert 47 Posted January 22, 2015 Report Share Posted January 22, 2015 Well once you scrape a link you can either Save it in a (List,Variable,Table) We should take a look at your code if you want more help from us! Quote Link to post Share on other sites
HelloInsomnia 1103 Posted January 22, 2015 Report Share Posted January 22, 2015 After the url is built you can save it to a separate list letting you know which urls have been published to successfully. If you're using the browser you can use the $url parameter otherwise you can set a variable to be the next list item and then later add that to a list. Quote Link to post Share on other sites
stacy 0 Posted January 23, 2015 Author Report Share Posted January 23, 2015 okay lovely thanks will give it a whirl. Quote Link to post Share on other sites
stacy 0 Posted January 23, 2015 Author Report Share Posted January 23, 2015 Okay so using the above $url method im saving out to a text file. But i overwrites the last save in the file anyway to add it to the file rather than overwrite? Quote Link to post Share on other sites
arunner26 51 Posted January 23, 2015 Report Share Posted January 23, 2015 Command: append to file Quote Link to post Share on other sites
Ptrick125 45 Posted January 23, 2015 Report Share Posted January 23, 2015 Try using a $Add list item command and then save the list as a .txt Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.