There's a big list of websites I need to always get the most recent data from and search for data (just trying to keep it vague/anonymous).
I need to do actions such as:
How I was thinking of tackling it:
Trying to bounce this around in my head now. I'm essentially creating a live mirror of all these sites into 1 (no styling or anything, just content).
I need to do actions such as:
- Easily search/export content from all the sites in 1 place.
- Identify if there's any issues with the content from the list of sites.
- Share with someone easily what I need to change (so it's public).
How I was thinking of tackling it:
- Create RSS feeds from these sites or use the ones they already have and scrape the previous content into a csv to import with Kimono Labs
- Auto/import posts from RSS feeds and CSV into WP, the RSS feeds would make sure I am getting all the latest content.
- Now in phpmyadmin or WP backend I can export/view everything in an easy way and a decent front end. Plus I'm used to WP and have plugins already for autoposting crap.
Trying to bounce this around in my head now. I'm essentially creating a live mirror of all these sites into 1 (no styling or anything, just content).