Pocket To Sqlite Versions Save

Create a SQLite database containing data from your Pocket account

0.2.3

10 months ago
  • Progress bar now includes a count of the total number of items to fetch.
  • Now packaged using pyproject.toml. #12

0.2.2

1 year ago
  • -a is now the shortcut for --auth - previously it was duplicated as a shortcut for --all. Thanks, Thomas Lockney. #7
  • pocket-to-sqlite auth command now updates the existing auth.json file rather than over-writing it. #10

0.2.1

3 years ago
  • Tweaked dependencies for compatibility with new PyPI resolver.

0.2

4 years ago
  • Defaults to only retrieving updated items, unless you use --all. #2
  • Now displays a progress bar for initial data import and --all.
  • Data is now fetched 500 items at a time using API pagination. #1
  • Now depends on sqlite-utils 2.x.
  • auth.json now uses pocket_ prefix on each stored key. #4

0.1

4 years ago

Initial release