Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n89nanda/pretty-pocket
Convert Pocket Export file from HTML to Json to reveal tags and other metadata
https://github.com/n89nanda/pretty-pocket
Last synced: 1 day ago
JSON representation
Convert Pocket Export file from HTML to Json to reveal tags and other metadata
- Host: GitHub
- URL: https://github.com/n89nanda/pretty-pocket
- Owner: n89nanda
- Created: 2022-11-20T22:32:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T23:35:59.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:39:04.488Z (3 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pretty Pocket
When exporting data from [Pocket](https://getpocket.com/export), the output file is an HTML file containing the saved URL's without any tags or other metadata visible
[Pretty-Pocket](https://github.com/n89nanda/pretty-pocket) parses the html file and retrieves the metadata like tags, time-added and writes to new Json file which is more clear!
# Usage
`pretty-pocket ril_export.html`
# How to get the html export file
- Go to [Pocket Export Link](https://getpocket.com/export)
- Click on `Export HTML file` which will download a `html` file
- Move the export file to the same directory as `pretty-pocket`# Install
- Download the correct executable from the [releases](https://github.com/n89nanda/pretty-pocket/releases) for your CPU/OS type
- Unzip the archive and navigate to the directory in the terminal
- Run `./pretty-pocket ril_export.html`
- Note: In MacOS, There may be a systerm preferences pop-up to enable running apps from third-party developers.