All Projects → dogsheep → pocket-to-sqlite

dogsheep / pocket-to-sqlite

Licence: Apache-2.0 License
Create a SQLite database containing data from your Pocket account

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pocket-to-sqlite

healthkit-to-sqlite
Convert an Apple Healthkit export zip to a SQLite database
Stars: ✭ 130 (+132.14%)
Mutual labels:  sqlite, datasette, dogsheep, datasette-io, datasette-tool
google-takeout-to-sqlite
Save data from Google Takeout to a SQLite database
Stars: ✭ 73 (+30.36%)
Mutual labels:  datasette, dogsheep, datasette-io, datasette-tool
dogsheep-photos
Upload your photos to S3 and import metadata about them into a SQLite database
Stars: ✭ 156 (+178.57%)
Mutual labels:  datasette, dogsheep, datasette-io, datasette-tool
sqlite-generate
Tool for generating demo SQLite databases
Stars: ✭ 20 (-64.29%)
Mutual labels:  sqlite, datasette-io, datasette-tool
Datasette
An open source multi-tool for exploring and publishing data
Stars: ✭ 5,640 (+9971.43%)
Mutual labels:  sqlite, datasette, datasette-io
evernote-to-sqlite
Tools for converting Evernote content to SQLite
Stars: ✭ 28 (-50%)
Mutual labels:  dogsheep, datasette-io, datasette-tool
datasette-publish-vercel
Datasette plugin for publishing data using Vercel
Stars: ✭ 30 (-46.43%)
Mutual labels:  datasette, datasette-io
datasette-cluster-map
Datasette plugin that shows a map for any data with latitude/longitude columns
Stars: ✭ 51 (-8.93%)
Mutual labels:  datasette, datasette-io
geojson-to-sqlite
CLI tool for converting GeoJSON files to SQLite (with SpatiaLite)
Stars: ✭ 41 (-26.79%)
Mutual labels:  datasette-io, datasette-tool
dbf-to-sqlite
CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite
Stars: ✭ 31 (-44.64%)
Mutual labels:  datasette-io, datasette-tool
datasette-render-images
Datasette plugin that renders binary blob images using data-uris
Stars: ✭ 14 (-75%)
Mutual labels:  datasette, datasette-io
goodreads-to-sqlite
Export your (or other people's) Goodreads data to SQLite
Stars: ✭ 62 (+10.71%)
Mutual labels:  datasette, dogsheep
django-sql-dashboard
Django app for building dashboards using raw SQL queries
Stars: ✭ 369 (+558.93%)
Mutual labels:  datasette-io, datasette-tool
datasette-dashboards
Datasette plugin providing data dashboards from metadata
Stars: ✭ 65 (+16.07%)
Mutual labels:  datasette, datasette-io
datasette-ripgrep
Web interface for searching your code using ripgrep, built as a Datasette plugin
Stars: ✭ 58 (+3.57%)
Mutual labels:  datasette, datasette-io
reddit-pocket-sync
No description or website provided.
Stars: ✭ 37 (-33.93%)
Mutual labels:  pocket
italy
Free open public domain football data (football.db) for Italy / Europe - Serie A etc.
Stars: ✭ 35 (-37.5%)
Mutual labels:  sqlite
mysql2sqlite
Online MySQL to SQLite converter 🔨 https://ww9.github.io/mysql2sqlite/
Stars: ✭ 27 (-51.79%)
Mutual labels:  sqlite
lighthouse
Easy clojure relational database queries, migrations and connection pooling
Stars: ✭ 19 (-66.07%)
Mutual labels:  sqlite
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+51.79%)
Mutual labels:  sqlite

pocket-to-sqlite

PyPI CircleCI License

Create a SQLite database containing data from your Pocket account.

How to install

$ pip install pocket-to-sqlite

Usage

You will need to first obtain a valid OAuth token for your Pocket account. You can do this by running the auth command and following the prompts:

$ pocket-to-sqlite auth
Visit this page and sign in with your Pocket account:

https://getpocket.com/auth/author...

Once you have signed in there, hit <enter> to continue
Authentication tokens written to auth.json

Now you can fetch all of your items from Pocket like this:

$ pocket-to-sqlite fetch pocket.db

The first time you run this command it will fetch all of your items, and display a progress bar while it does it.

On subsequent runs it will only fetch new items.

You can force it to fetch everything from the beginning again using --all. Use --silent to disable the progress bar.

Using with Datasette

The SQLite database produced by this tool is designed to be browsed using Datasette. Use the datasette-render-timestamps plugin to improve the display of the timestamp values.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].