Jump to content
UBot Underground

How do I use .CSV and select each next cell to change attribute value


Recommended Posts

Hi, my bot will be logging into my blogs using a loop and nav using a file of blog URL's.

 

I'm creating a sub script to make posts to each blog, and hope to use a .csv file with all my posts.

 

I want to use a .csv file with the first column as post titles, and the second column as the articles/posts.

 

So when the blog's admin "new post" interface is in the browser, and I need to fill the title field and the post field with the content from the column 1 cell, and then the column 2 cell in the .csv file, how to I do it so that it will move to the NEXT ROW for the next blog it navigates to?

 

For example.. If I had 3 blogs and wanted to post to all three, I would use the following file

 

title 1 | post content1

title 2 | post content2

title 3 | post content3

 

I want to use "title 1" as the post title on the first blog, and "post content1" as the post.. then move to the next row and use "title 2" and "post content2" for the next blog.

 

Thank you for your help.

 

Tyler

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