What software is best for carrying out automatic repeat actions?

Alpha1

Administrator
Joined
May 28, 2007
Messages
4,268
I need to copy 900 html articles and post it into our articles system.
I was thinking to use a script to automate it. I used to have a Windows script that could use to record a sequence of actions and then play those sequence according to settings. But I forgot the name.

Does anyone have tips?
 

BrandonSheley

loving life
Joined
Jan 2, 2006
Messages
2,603
Do you need to scrape the articles too, and is your article system ran on WordPress?
 

we_are_borg

Tazmanian
Joined
Jan 25, 2011
Messages
5,964
I know what you mean but those tools mostly need the same situation everytime. If one article is longer then the next you encounter issues.
 
  • Thread starter
  • Moderator
  • #4

Alpha1

Administrator
Joined
May 28, 2007
Messages
4,268
Do you need to scrape the articles too, and is your article system ran on WordPress?
I need to scrape my 900 html articles and post them into Article Management System. (AMS) Its the same xenforo addon that runs on this site.
I do have an importer that imports xf threads into AMS, so scraping to xf threads would also be an option.
 
Last edited:

Ummagumma

Adherent
Joined
Feb 27, 2015
Messages
488
I need to scrape my 900 html articles and post them into Article Management System. (AMS) Its the same xenforo addon that runs on this site.
I do have an importer that imports xf threads into AMS, so scraping to xf threads would also be an option.
Do they have any other content on them or are they static HTML articles with no posts/comments?
 
  • Thread starter
  • Moderator
  • #6

Alpha1

Administrator
Joined
May 28, 2007
Messages
4,268
These are static html pages without comments.
  • Title
  • Article Author
  • Rating
  • Article text (loads of dead links in there, so all hotlinked text need to be replaced by flat text)
  • Images
  • Date
These are in categories, for which the AMS series function can be used.
 
Last edited:

sbjsbj

Fan
Joined
Feb 9, 2015
Messages
840
Your best bet is to let some php-coder write you a parser script to put them directly in your database.
Of course this will cost you.
 

BrandonSheley

loving life
Joined
Jan 2, 2006
Messages
2,603
I see a few options for mass page builders into wordpress and then I see something from xenworld on youtube showing how to mass import into xf from wp.
I don't see any need to have a new script developed, task like these have been done for years. ;)
 
Top