Posts to Wordpress sites via Dropbox fetch and reporting the URLs?

醉酒当歌 提交于 2019-12-13 02:23:24

问题


Sorry for the disturbing title, it's hard to describe what I want.

I have a list of about 60 wordpress websites. On each website I have a Contributor account registered (so I can not use the XML-RPC support) and I post about 1-5 articles on every website, every month.

  • The articles (about 150/month) is delivered to me via Dropbox.
  • I manually log into each website with a specific Username and Password
  • I post the articles on websites
  • I save the URL:s to each post in a list

Does anyone know if there is a program that can automate this process? Alot of copy and pasting and it is taking hours each month!

I heard that iMacro may be a suggestion, but I would love if the program could fetch the articles straight from Dropbox.

Show me what you can do!

/Liu Kang


回答1:


iMacros was definitely the answer here, I am working on a customized code at the moment and it's going really good. Running into some problems, but I usally solve them.

Got a code now that can:

  • Login to a website
  • Fetch article information from a .CSV
  • Post the article to the website
  • Save a report containing information what article that were posted and where
  • Save information about if the post was successfull (or not)
  • Logout, clear cookies
  • GOTO next website


来源:https://stackoverflow.com/questions/17478645/posts-to-wordpress-sites-via-dropbox-fetch-and-reporting-the-urls

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!