This app is using the Pocket's API to retrieve all the bookmarks and parse only the urls. Then you can delete all from Pocket.
- Uses the OAuth 2.0 for authentication
- If app is authenticated, user can retrieve all the bookmarks
- In textarea, all the bookmarks urls displayed in simple text
- User can delete all the bookmarks in Pocket
The code is written in Java 15, JavaFX and it is a Maven Project. If you want to compile it, you have to get the consumer key from Pocket. Then you must copy .env.sample to .env file and edit this with the consumer key.
The compiled version (you can download it), already has the consumer key and you don't have to do anything.
You can run the third released version of jar file. In the first time, you must choose "Get Access" to grant access from Pocket. After that (every time you run the app) you will choose only "Get Bookmarks" or "Delete Bookmarks" (after getting the bookmarks).
Needs more work to improve the code.