Ask Question

Pocket, previously known as Read It Later, is an application for managing a reading list of articles from the Internet.

61 questions

0votes1answer45views

Location of old Pocket Chrome Webapp (Packaged App) to copy to new laptop

The Chrome web app for Pocket (Packaged App) used to be able to store articles offline is no longer available. The help page says only MacOS offline desktop app exists. I have a laptop with a ...

Bastiaan Quast's user avatar Bastiaan Quast
  • 2,996
0votes0answers40views

Visual Basic Studio 2008 PocketPC: How to rotate screen ? (Landscape orientation)

I am trying to make a small app for HP IPaq 1940 Pocket PC running Windows Mobile 2003, nothing fancy, only a few buttons, and some textboxes. The thing is - I cannot set the app screen orientation to ...

user3237483's user avatar user3237483
  • 1
0votes0answers187views

SslProtocols could not be found (are you missing a using directive or an assembly reference?)

Create project pocket use System 3.5.0.0 and add security protocol Error: The type or namespace name 'SslProtocols' could not be found (are you missing a using directive or an assembly reference?)

Josue To's user avatar Josue To
  • 21
0votes1answer88views

Python: Pocket API JSON retrieve results always in only on row. What is the solution?

I am trying since hours and a lot of search to get a dataframe from my Pocket API list retrieve. But my code adds everything up in only one row finally, what is not what I want for sure. I tried a lot ...

amarokWPcom's user avatar amarokWPcom
  • 51
1vote1answer377views

Pocket API authorization from Python / Jupyter

The following Python script should authorize me to use my Pocket app to retrieve documents. I'm running it from a Jupyter notebook. import json import pandas as pd import requests from urllib.parse ...

Brian Piercy's user avatar Brian Piercy
  • 641
1vote1answer753views

GitHub workflow for automating Python script with secrets not working

Following is my Python script that adds links from liked tweets to Pocket: from dotenv import load_dotenv load_dotenv() import os import re import tweepy from pocket import Pocket #Twitter keys ...

importhuman's user avatar importhuman
  • 73
0votes1answer253views

What is the most efficient method to synchronize my database and the data received from an API?

I'm storing user's data and articles using the Pocket API into a SQLite Database using Django Framework. How can I efficiently maintain consistency between the database and the data received from the ...

Sugam Devare's user avatar Sugam Devare
  • 86
5votes0answers2kviews

Redirect URI for Google Spreadsheet while using Google Scripts

I am trying to use Google Scripts to create an add-on to use in a Google Spreadsheet.  In the add-on I am connecting to third party APIs (Pocket APIs here) which require me to do OAuth. While using ...

Mukesh Ghatiya's user avatar Mukesh Ghatiya
  • 408
4votes1answer4kviews

Chrome extension transparent background and rounded corners (like Save To Pocket)

So this plugin clearly has transparent background and rounded corners: Even when you scroll down on the page the background will scroll behind it, so it's unlikely any trick with captureVisibleTab is ...

TrySpace's user avatar TrySpace
  • 2,278
0votes2answers262views

How to get rid of Pocket in Firefox?

Unfortunately, Pocket is now "integrated" with Firefox, which means that it is not possible disable it in the Add-ons menu. I find the icon in the address bar especially annoying, as it is ...

vog's user avatar vog
  • 23.9k
0votes2answers346views

Pocket API JSON parsing

I am trying to parse the JSON from the Pocket API to keep up with my bookmarks. The JSON recieved after a curl request looks like this: "list": { "1548784635": { "item_id": "1548784635", ...

d313373d's user avatar d313373d
  • 17
0votes1answer2kviews

printing each element of an array with awk

I am trying to backup my Pocket bookmarks to csv & html using the API and I'm having trouble printing each element of an array without blank lines or specifically referencing each element. The ...

d313373d's user avatar d313373d
  • 17
1vote1answer208views

Axios not working for accessing getpocket api

I can make the oauth request using curl but using axios I get a error about missing consumer key X-Error Missing consumer key. This happens in the OPTIONS phase of making the request. axios({ ...

KahunaCoder's user avatar KahunaCoder
  • 615
7votes0answers1kviews

how to export a Pocket's list of articles with the tags?

I'm using the python api and successfully exporting the list with all the articles in my Pocket. It has all the information about the articles, apart from the tags I gave to every article. Does ...

Toro's user avatar Toro
  • 79
1vote1answer200views

Retrieve Tags From GetPocket API (Python)

I have found a lot of documentation and helpful api wrappers for getpocket.com API but I still haven't been able to find a workable answer as to how I can retrieve the tags associated with the ...

Keenan Burke-Pitts's user avatar Keenan Burke-Pitts
  • 475

153050per page

1 2 3 4 5