https://github.com/rhlsthrm/alfred-crypto-tracker
Quickly check cryptocurrency prices with Alfred
https://github.com/rhlsthrm/alfred-crypto-tracker
Last synced: about 1 year ago
JSON representation
Quickly check cryptocurrency prices with Alfred
- Host: GitHub
- URL: https://github.com/rhlsthrm/alfred-crypto-tracker
- Owner: rhlsthrm
- License: mit
- Created: 2017-06-15T03:40:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T12:05:19.000Z (over 3 years ago)
- Last Synced: 2025-04-18T00:11:31.611Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 8.54 MB
- Stars: 49
- Watchers: 4
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- alfred-workflows - Crypto Tracker - Quickly check cryptocurrency prices. (Utility)
README
# CryptoCurrency Tracker for Alfred
Quickly check cryptocurrency prices with [Alfred](https://www.alfredapp.com/).
## March 2022
Updated to python 3

Use arguments to check many other cryptocurrency prices.

# 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)