Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/rhlsthrm/alfred-crypto-tracker

Quickly check cryptocurrency prices with Alfred
https://github.com/rhlsthrm/alfred-crypto-tracker

Last synced: 2 months ago
JSON representation

Quickly check cryptocurrency prices with Alfred

Lists

README

        

# CryptoCurrency Tracker for Alfred
Quickly check cryptocurrency prices with [Alfred](https://www.alfredapp.com/).

## March 2022
Updated to python 3



Downloads

![Using the workflow without arguments](screenshot_no_arg.png?raw=true)
Use arguments to check many other cryptocurrency prices.
![Using the workflow with argument](screenshot_with_arg.png?raw=true)

# Features
* Quickly check the main cryptocurrency ticker price using CryptoCompare (BTC, ETH, LTC, BCH).
* Optionally provide an argument to get a quote for another currency symbol.
* Quotes are all USD currency pair.

# Usage
## Packal
The package is hosted on [Packal](http://www.packal.org/workflow/cryptocurrency-price-tracker).

## Compiled Package
The compiled package is committed to the repo. This file can be opened to import the workflow into Alfred.

## Build from Source
Use makefile to build workflow from source. Workflow file can be imported into Alfred.

# Contributing
Pull requests welcome!

# Credits
This workflow uses [alfred-workflow](https://github.com/deanishe/alfred-workflow)