diegolamanno / alfred-bitmoji

Get your Bitmoji comic directly from Alfred
MIT License
5 stars 0 forks source link
alfred alfred-workflow alfred4-workflow bitmoji nodejs

Alfred Bitmoji

Alfred workflow to interact with Bitmoji and get comics URLs

Requires Node.js 8+ and the Alfred Powerpack.

Requirements

How do I get my Bitmoji ID?

The easiest way is to extract it from an image URL generated by the bitmoji extension for google chrome!

Example: These are 4 URLs extracted from the Chrome extension. That's the part of the URL, that's your ID:

Installation

$ npm install --global alfred-bitmoji

Setup

With the package installed and your user ID

Run Bitmoji setup

In Alfred, type bitmoji setup, Enter, and paste your user ID.

This will save it inside the workflow as an environment variable and you are now good to use it.

Usage

Markdown style

In Alfred, type bitmoji, Enter, and search term, to find a bitmoji (terms will match base on bitmojis tags on their own templates).

Select an bitmoji and press Enter to copy the URL to the clipboard wrapped in a markdown syntax ready to be use inside any markdown.

Pure URL

In Alfred, type bitmoji, Enter, and search term, to find a bitmoji (terms will match base on bitmojis tags on their own templates).

Select an bitmoji, hold Command and press Enter to copy the URL it to the clipboard.

Open in Browser

In Alfred, type bitmoji, Enter, and search term, to find a bitmoji (terms will match base on bitmojis tags on their own templates).

Select an bitmoji, hold Option and press Enter to open it in your default browser.

Related

Shoutouts

License

MIT © Diego La Manno