Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cshtdd/pocket-data-exporter

Export your pocket data
https://github.com/cshtdd/pocket-data-exporter

Last synced: about 2 months ago
JSON representation

Export your pocket data

Awesome Lists containing this project

README

        

# Pocket Data Exporter

Export your Pocket data to multiple formats

![Pocket Data Exporter Screenshot](public/img/screenshot.png)

# Development

1- Create a pocket app
2- Create an environment file

```bash
cat <> .env
CONSUMER_KEY=your-app-consumer-key
DEBUG=false
EOF
```

3- Run the app

```bash
dotenv thin --threaded start
```

## Utils

```bash
ruby ./utils/parser_list_only.rb ~/Downloads/pocket_data.json
ruby ./utils/parser_list_by_tag.rb ~/Downloads/pocket_data.json
```

## Docs
- https://getpocket.com/developer/docs/v3/retrieve
- https://getpocket.com/connected_applications