A package to make a bookmark site from json data.
Project description
json2bookmarks
json2bookmarks helps to convert a bookmarks file in json format
to a html file.
How it works
Let's take a sample json file,
{
"items": [
{
"title": "google",
"site": "http://www.google.com",
},
{
"site": "http://web.whatsapp.com"
}
]
}
- Notice that the bookmarks are inside
"items"as a array of object - Every bookmark can have
"title","site","image" - If the image is empty when you run the script on the file it will
generate a html file and also update you current file with the
faviconimage for the site for the"image"key.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file json2bookmarks-0.2-py3-none-any.whl.
File metadata
- Download URL: json2bookmarks-0.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
546600df69e35c18dc7f1ba5233beb85863fe2c91d211683e34a9b96f63e418a
|
|
| MD5 |
e52e85e47732456fe8ecf7e0bd02cf2a
|
|
| BLAKE2b-256 |
1b988483874f0780375196a0cba0c3987157e21a4cd81307924e581f4acdcb27
|