https://github.com/chronicle-app/chronicle-pinboard
Pinboard.in plugin for chronicle-etl
https://github.com/chronicle-app/chronicle-pinboard
bookmarks chronicle-etl chronicle-plugin pinboard pinboard-api pinboard-export
Last synced: 2 days ago
JSON representation
Pinboard.in plugin for chronicle-etl
- Host: GitHub
- URL: https://github.com/chronicle-app/chronicle-pinboard
- Owner: chronicle-app
- Created: 2022-03-04T19:40:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T18:47:49.000Z (about 2 years ago)
- Last Synced: 2026-04-06T02:15:13.197Z (2 months ago)
- Topics: bookmarks, chronicle-etl, chronicle-plugin, pinboard, pinboard-api, pinboard-export
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Chronicle::Pinboard
[](https://badge.fury.io/rb/chronicle-pinboard)
Extract your Pinboard bookmarks using the command line with this plugin for [chronicle-etl](https://github.com/chronicle-app/chronicle-etl)
## Available Connectors
### Extractors
- `pinboard` - Extractor for importing bookmarks
### Transformers
- `pinboard` - Transforms bookmarks into Chronicle Schema
## Usage
```sh
$ gem install chronicle-etl
$ chronicle-etl plugins:install pinboard
# You can get a pinboard access token from https://pinboard.in/settings/password
$ chronicle-etl secrets:set pinboard access_token PINBOARD_ACCESS_TOKEN
# Extract pinboard bookmarks from the last 10 days
$ chronicle-etl --extractor pinboard --since 10d
```