Thanks a lot for creating this. Pocket have recently updated their iOs app and I don't like the changes, but didn't want to lose 13 years worth of content. Since I had thousands of articles I wanted to make sure that this script would work.
I modified some things to try to work around some of the issues I was facing; hitting rate limiting etc.
I also added an ability to add tags.
I modified the order of operations; I was finding that sometimes the saved_at time was reverting. I still don't really know why this happens, and I might not have fixed it.
I added SQLite because it kept crashing and I wanted to have a single place where I could resume from rather than reimport everything.
The stuff I wrote isn't fantastic, so feel free to reject this PR, I just thought I'd share it.
Hi!
Thanks a lot for creating this. Pocket have recently updated their iOs app and I don't like the changes, but didn't want to lose 13 years worth of content. Since I had thousands of articles I wanted to make sure that this script would work.
I modified some things to try to work around some of the issues I was facing; hitting rate limiting etc.
I also added an ability to add tags.
I modified the order of operations; I was finding that sometimes the saved_at time was reverting. I still don't really know why this happens, and I might not have fixed it.
I added SQLite because it kept crashing and I wanted to have a single place where I could resume from rather than reimport everything.
The stuff I wrote isn't fantastic, so feel free to reject this PR, I just thought I'd share it.