daviddavo / pocket2omnivore

A Jupyter Notebook to upload your articles to omnivore
https://blog.ddavo.me/posts/tutorials/pocket-to-omnivore/
MIT License
6 stars 3 forks source link

Modify to extract tags, add backoff for rate limiter, and change order of operations. #1

Closed Podginator closed 1 year ago

Podginator commented 1 year ago

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.

daviddavo commented 1 year ago

I see you also used sqlite! Incredible, thank you very much