4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
3 results tagged pocket x
  • P2K - Pocket to Kindle: Send Your Pocket Articles to Your Kindle

    I hope it will help me to get through my huge list of pocket articles 😅

    October 10, 2022 at 3:25:23 AM GMT+2 - permalink - archive.org - https://p2k.co
    kindle pocket
  • Utiliser l'api de pocket avec curl

    Compliquées ces api.. je me mets ça de côté pour plus tard car j'ai mis du temps à capter :

    http://getpocket.com/developer/docs/authentication

    D'abord il faut une consumer_key : voir la doc pour ça, c'est facile (= une api key)

    Grâce à cette clé on peut avoir un TOKEN comme ça :

    curl -X POST https://getpocket.com/v3/oauth/request --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","redirect_uri":"http://wallabag.org"}'

    On utilise ce token pour dire à pocket qu'on autorise l'application

    https://getpocket.com/auth/authorize?request_token=TOKEN&redirect_uri=http://wallabag.org

    +

    curl -X POST https://getpocket.com/v3/oauth/authorize --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","code":"TOKEN"}'

    donne un ACCESS_TOKEN

    on a enfin l'ACCESS_TOKEN, on peut requeter l'api :

    curl -X POST https://getpocket.com/v3/get --verbose --header 'Content-Type: application/json; charset=UTF8' --header 'X-Accept: application/json' --data '{"consumer_key":"CONSUMER_KEY","access_token":"ACCESS_TOKEN"}'

    April 17, 2014 at 5:23:18 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?C30Glg
    api pocket
  • Pocket to Po..Wallabag!

    Petit test de migration, l'installation est simple et l'import fonctionne (long mais il fonctionne)
    Par contre l'import des tags n'est pas supporté dommage.

    Manque pas grand chose : les tags à l'import, et l'appli offline un peu plus poussée. Avec ça c'est tout benef de passer de Pocket à Poche, oups pardon, Wallabag.

    February 6, 2014 at 10:40:49 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?PXN8JA
    migration poche pocket wallabag
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation