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: 3 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T18:47:49.000Z (about 1 year ago)
- Last Synced: 2025-02-09T02:48:01.356Z (3 months ago)
- Topics: bookmarks, chronicle-etl, chronicle-plugin, pinboard, pinboard-api, pinboard-export
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 0
- 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
```