https://github.com/dhellmann/pocket2pinboard
Import pocket articles into pinboard.in
https://github.com/dhellmann/pocket2pinboard
Last synced: 2 months ago
JSON representation
Import pocket articles into pinboard.in
- Host: GitHub
- URL: https://github.com/dhellmann/pocket2pinboard
- Owner: dhellmann
- License: other
- Created: 2014-12-24T14:56:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T15:39:07.000Z (over 10 years ago)
- Last Synced: 2025-07-30T11:55:09.308Z (11 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======================================================================
pocket2pinboard -- Import articles saved via pocket into pinboard.in
======================================================================
pocket2pinboard copies your tagged articles from pocket to bookmarks
on pinboard.in.
Pinboard Authentication
=======================
pocket2pinboard uses the API token to access your pinboard account, so
it never needs your password. Create a ``~/.pocket2pinboardrc`` file
containing your pinboard API token (available from
https://pinboard.in/settings/password).
::
[pinboard]
token = TOKEN_GOES_HERE
Pocket Authentication
=====================
pocket2pinboard authenticates with Pocket via their oauth broker. `A
browser window is opened`_ to ask for read-only access to your Pocket
account, and after you grant access processing continues. If you have
already granted access and are already logged in to Pocket, the window
will close automatically without any intervention.
.. _A browser window is opened: https://docs.python.org/2/library/webbrowser.html