jeckman / wp-insta-import

Script for use with wp-cli eval-file to import a json formatted instagram export
GNU General Public License v3.0
0 stars 1 forks source link

Track posts created #7

Open jeckman opened 1 year ago

jeckman commented 1 year ago

Potentially track the original Instagram creation_timestamp for each post, so that if you try to run import again it skips ones already created?

Then you could use the "limit" to run in batches.

Right now you have to track how many have been imported and then delete those already imported from the posts_1.json file - error-prone.