typo3 - Update content programmatically -


i publishing content on typo3 instance have editor rights. @ moment, content generated automatically html; workflow consists of

  1. copy html code
  2. log in typo3
  3. select page
  4. click edit on html element of page
  5. paste html code
  6. submit

is there library or api helps automating process?

since normal editor in typo3 instance, assume cannot add typo3 extensions helps task. if alter typo3 instance, there numerous ways automate process: scheduler task fetches new content , puts page or fetches content mailbox or dropbox share etc..

the solution see browser automation perform task. use e.g. use chromium browser automation if work chrome. can record form entries (username, password, paste text rte) , clicks , should able define variables (id of page , content element, content itself).


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -