Get a dump of all the posts from WordPress. json/tsv/csv whatever format is easiest. The data we need is:
- url
- title
- content
- sections
- tags
- publish date
Once we have this any further processing can be done on this data set. This may include trying to parse the artist name out of the title, etc. Nevertheless, to start, we just need this dump.
Get a dump of all the posts from WordPress.
json/tsv/csvwhatever format is easiest. The data we need is:Once we have this any further processing can be done on this data set. This may include trying to parse the artist name out of the title, etc. Nevertheless, to start, we just need this dump.