braindrop


Namebraindrop JSON
Version 0.6.1 PyPI version JSON
download
home_pageNone
SummaryA terminal-based client for raindrop.io.
upload_time2025-01-15 11:40:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseLicense :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
keywords bookmark bookmarking chui raindrop raindrop.io terminal tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Braindrop

![Braindrop](https://raw.githubusercontent.com/davep/braindrop/refs/heads/main/.images/braindrop-social-banner.png)

## Introduction

Braindrop is a terminal-based client application for the [raindrop.io
bookmarking service](https://raindrop.io/). It provides the ability to
manage and search your bookmarks in the terminal.

Braindrop is and generally always will be fairly opinionated about the
"best" way to make use of Raindrop (AKA how I like to use it); but where
possible I want to keep it quite general so it will be useful to anyone.

## Installing

### pipx

The package can be installed using [`pipx`](https://pypa.github.io/pipx/):

```sh
$ pipx install braindrop
```

Once installed run the `braindrop` command.

### Homebrew

The package is available via Homebrew. Use the following commands to install:

```sh
$ brew tap davep/homebrew
$ brew install braindrop
```

Once installed run the `braindrop` command.

## Getting started

Braindrop only works if you have a [raindrop.io](https://raindrop.io/)
account; there is a perfectly usable free tier. If you don't have an
account, go get one first.

To use Braindrop you will need an API access token. You can generate one in
your account settings, under `Integrations`. In `Integrations`:

- Look for the `For Developers` section
- Click on `Create new app`
- Enter a name for the new app (call it `Braindrop` for example, so you know
  what you're using it for).
- Accept the API use terms and guidelines and press `Create`
- Click on the freshly-created application in the list
- Near the bottom of the dialog that appears, click on `Create test token`
  and say `OK`.
- Copy the test token to your clipboard (or don't worry if you misplace it,
  you can always come back here to get it again).

Having done the above, when you run up Braindrop the first time it will ask
for this token:

![Raindrop API token entry dialog](https://raw.githubusercontent.com/davep/braindrop/refs/heads/main/.images/raindrop-token-entry.png)

Paste the token into the input field and select `Conttect`. Braindrop will
then download your data and you will be good to go.

*NOTE: if it's your preference, you can set the token in an environment
variable called `BRAINDROP_API_TOKEN`.*

## Using Braindrop

The best way to get to know Braindrop is to read the help screen, once in the
main application you can see this by pressing <kbd>F1</kbd>.

![Braindrop help](https://raw.githubusercontent.com/davep/braindrop/refs/heads/main/.images/braindrop-help.png)

## File locations

Braindrop stores files in a `braindrop` directory within both
[`$XDG_DATA_HOME` and
`$XDG_CONFIG_HOME`](https://specifications.freedesktop.org/basedir-spec/latest/).
If you wish to fully remove anything to do with Braindrop you will need to
remove those directories too.

Expanding for the common locations, the files normally created are:

- `~/.config/braindrop/configuration.json` -- The configuration file.
- `~/.local/share/braindrop/.token` -- The file that hold your API token.
- `~/.local/share/braindrop/raindrops.json` -- The locally-held Raindrop data.

## Getting help

If you need help, or have any ideas, please feel free to [raise an
issue](https://github.com/davep/braindrop/issues) or [start a
discussion](https://github.com/davep/braindrop/discussions).

## TODO

See [the TODO tag in
issues](https://github.com/davep/braindrop/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)
to see what I'm planning.

[//]: # (README.md ends here)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "braindrop",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "bookmark, bookmarking, chui, raindrop, raindrop.io, terminal, tui",
    "author": null,
    "author_email": "Dave Pearson <davep@davep.org>",
    "download_url": "https://files.pythonhosted.org/packages/d8/97/1388b52095a1f42c0634bc9b3a094540b9137eac148260028a71f2e7de04/braindrop-0.6.1.tar.gz",
    "platform": null,
    "description": "# Braindrop\n\n![Braindrop](https://raw.githubusercontent.com/davep/braindrop/refs/heads/main/.images/braindrop-social-banner.png)\n\n## Introduction\n\nBraindrop is a terminal-based client application for the [raindrop.io\nbookmarking service](https://raindrop.io/). It provides the ability to\nmanage and search your bookmarks in the terminal.\n\nBraindrop is and generally always will be fairly opinionated about the\n\"best\" way to make use of Raindrop (AKA how I like to use it); but where\npossible I want to keep it quite general so it will be useful to anyone.\n\n## Installing\n\n### pipx\n\nThe package can be installed using [`pipx`](https://pypa.github.io/pipx/):\n\n```sh\n$ pipx install braindrop\n```\n\nOnce installed run the `braindrop` command.\n\n### Homebrew\n\nThe package is available via Homebrew. Use the following commands to install:\n\n```sh\n$ brew tap davep/homebrew\n$ brew install braindrop\n```\n\nOnce installed run the `braindrop` command.\n\n## Getting started\n\nBraindrop only works if you have a [raindrop.io](https://raindrop.io/)\naccount; there is a perfectly usable free tier. If you don't have an\naccount, go get one first.\n\nTo use Braindrop you will need an API access token. You can generate one in\nyour account settings, under `Integrations`. In `Integrations`:\n\n- Look for the `For Developers` section\n- Click on `Create new app`\n- Enter a name for the new app (call it `Braindrop` for example, so you know\n  what you're using it for).\n- Accept the API use terms and guidelines and press `Create`\n- Click on the freshly-created application in the list\n- Near the bottom of the dialog that appears, click on `Create test token`\n  and say `OK`.\n- Copy the test token to your clipboard (or don't worry if you misplace it,\n  you can always come back here to get it again).\n\nHaving done the above, when you run up Braindrop the first time it will ask\nfor this token:\n\n![Raindrop API token entry dialog](https://raw.githubusercontent.com/davep/braindrop/refs/heads/main/.images/raindrop-token-entry.png)\n\nPaste the token into the input field and select `Conttect`. Braindrop will\nthen download your data and you will be good to go.\n\n*NOTE: if it's your preference, you can set the token in an environment\nvariable called `BRAINDROP_API_TOKEN`.*\n\n## Using Braindrop\n\nThe best way to get to know Braindrop is to read the help screen, once in the\nmain application you can see this by pressing <kbd>F1</kbd>.\n\n![Braindrop help](https://raw.githubusercontent.com/davep/braindrop/refs/heads/main/.images/braindrop-help.png)\n\n## File locations\n\nBraindrop stores files in a `braindrop` directory within both\n[`$XDG_DATA_HOME` and\n`$XDG_CONFIG_HOME`](https://specifications.freedesktop.org/basedir-spec/latest/).\nIf you wish to fully remove anything to do with Braindrop you will need to\nremove those directories too.\n\nExpanding for the common locations, the files normally created are:\n\n- `~/.config/braindrop/configuration.json` -- The configuration file.\n- `~/.local/share/braindrop/.token` -- The file that hold your API token.\n- `~/.local/share/braindrop/raindrops.json` -- The locally-held Raindrop data.\n\n## Getting help\n\nIf you need help, or have any ideas, please feel free to [raise an\nissue](https://github.com/davep/braindrop/issues) or [start a\ndiscussion](https://github.com/davep/braindrop/discussions).\n\n## TODO\n\nSee [the TODO tag in\nissues](https://github.com/davep/braindrop/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)\nto see what I'm planning.\n\n[//]: # (README.md ends here)\n",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
    "summary": "A terminal-based client for raindrop.io.",
    "version": "0.6.1",
    "project_urls": {
        "Discussions": "https://github.com/davep/braindrop/discussions",
        "Documentation": "https://github.com/davep/braindrop/blob/main/README.md",
        "Homepage": "https://github.com/davep/braindrop",
        "Issues": "https://github.com/davep/braindrop/issues",
        "Repository": "https://github.com/davep/braindrop",
        "Source": "https://github.com/davep/braindrop"
    },
    "split_keywords": [
        "bookmark",
        " bookmarking",
        " chui",
        " raindrop",
        " raindrop.io",
        " terminal",
        " tui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "753136a60dcfd8b031a10f028db0591b66f9367186ca79d81be7e58231471959",
                "md5": "02f49fbbe66d8f0a60d898169b7076f0",
                "sha256": "05dc23e748444fec93717dac7b76f97c0051ac8586889dfe76301af266549416"
            },
            "downloads": -1,
            "filename": "braindrop-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02f49fbbe66d8f0a60d898169b7076f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 81488,
            "upload_time": "2025-01-15T11:40:24",
            "upload_time_iso_8601": "2025-01-15T11:40:24.455839Z",
            "url": "https://files.pythonhosted.org/packages/75/31/36a60dcfd8b031a10f028db0591b66f9367186ca79d81be7e58231471959/braindrop-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8971388b52095a1f42c0634bc9b3a094540b9137eac148260028a71f2e7de04",
                "md5": "6a9dccda93a0bc03f8e66cf3619185eb",
                "sha256": "28e49a55c9e1e6b95f9f1acfe5883c6662afc619a00aafba68266e5cef77c221"
            },
            "downloads": -1,
            "filename": "braindrop-0.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6a9dccda93a0bc03f8e66cf3619185eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1267668,
            "upload_time": "2025-01-15T11:40:26",
            "upload_time_iso_8601": "2025-01-15T11:40:26.151681Z",
            "url": "https://files.pythonhosted.org/packages/d8/97/1388b52095a1f42c0634bc9b3a094540b9137eac148260028a71f2e7de04/braindrop-0.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 11:40:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "davep",
    "github_project": "braindrop",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "braindrop"
}
        
Elapsed time: 4.28953s