Skip to main content

Simple bookmarking service, using a SQLite database to store bookmarks, supporting tags, automatic title fetching and REST API calls.

Project description

PyPI version PyPI license Code Health Codacy Badge

Simple bookmarking service, using a SQLite database to store bookmarks, supporting tags and automatic title fetching.

Installation

From PyPI

Assuming you already are inside a virtualenv:

pip install digimarks

From Git

Create a new virtualenv (if you are not already in one) and install the necessary packages:

git clone https://github.com/aquatix/digimarks.git
cd digimarks
mkvirtualenv digimarks # or whatever project you are working on
pip install -r requirements.txt

Usage / example configuration

Copy settings.py from example_config to the parent directory and configure to your needs (at the least change the value of SYSTEMKEY).

Do not forget to fill in the MASHAPE_API_KEY value, which you [can request on the RapidAPI website](https://rapidapi.com/realfavicongenerator/api/realfavicongenerator).

Run digimarks as a service under nginx or apache and call the appropriate url’s when wanted.

Url’s are of the form https://marks.example.com/<userkey>/<action>

Bookmarklet

To easily save a link from your browser, open its bookmark manager and create a new bookmark with as url:

javascript:location.href='http://marks.example.com/1234567890abcdef/add?url='+encodeURIComponent(location.href);

Creating a new user

After having set up the `settings.py` as under Usage, you can add a new user, by going to this path on your digimarks server:

/<secretkey>/adduser

where secretkey is the value set in settings.SYSTEMKEY

digimarks will then redirect to the bookmarks overview page of the new user. Please remember the user key (the hash in the url), as it will not be visible otherwise in the interface.

If you for whatever reason would lose this user key, just either look on the console (or webserver logs) where the list of available user keys is printed on digimarks startup, or open bookmarks.db with a SQLite editor.

Server configuration

What’s new?

See the Changelog.

Attributions

‘M’ favicon by Freepik.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

digimarks-1.1.99.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

digimarks-1.1.99-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file digimarks-1.1.99.tar.gz.

File metadata

  • Download URL: digimarks-1.1.99.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for digimarks-1.1.99.tar.gz
Algorithm Hash digest
SHA256 cc9bda745f4c35ab07a49fd9b0ede054d20f67fdedd4c0c17b7a9cdbadaa9e5e
MD5 ad4a3f93a46e4526695e29d1787becfd
BLAKE2b-256 9aba64e408568914579ae3b1b4d047184d5c38e8063839673930fef87b8046a0

See more details on using hashes here.

File details

Details for the file digimarks-1.1.99-py3-none-any.whl.

File metadata

  • Download URL: digimarks-1.1.99-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for digimarks-1.1.99-py3-none-any.whl
Algorithm Hash digest
SHA256 b401bd260c226d26a31fcea32530a88bbf0949bbee23fab5f4a2469c83954417
MD5 129fd1ea5131ad417b664a28d8c2d1f5
BLAKE2b-256 e4244773524213ce572ae3daa61a403ed5f9d5475886ca10e34c3e74dcd8ae33

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page