Vert
Overcoming adversity
- Joined
- Oct 3, 2015
- Messages
- 95
- Likes
- 82
- Degree
- 0
I want to create a script that extracts some content from some websites and then upload it to a WordPress post and save it as a draft.
What language and tools do you recommend to use?
From what I see, I need to extract the data from the websites, convert it to XML, upload it to WordPress with XML-RPC and then save it as a draft.
It seems that i could do part of the job with some Python scrapper (Scrapy?), but if you known some tool with wich could be done more easily, I would apreciate if you could point me to it.
What language and tools do you recommend to use?
From what I see, I need to extract the data from the websites, convert it to XML, upload it to WordPress with XML-RPC and then save it as a draft.
It seems that i could do part of the job with some Python scrapper (Scrapy?), but if you known some tool with wich could be done more easily, I would apreciate if you could point me to it.