Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ryan-Gordon/Crypto-Touchbar
A script for BetterTouchTool which allows you to track to price of different cryptocurrencies on the touchbar.
https://github.com/Ryan-Gordon/Crypto-Touchbar
bettertouchtool cryptocurrency hacktoberfest touchbar touchbar-support
Last synced: 3 months ago
JSON representation
A script for BetterTouchTool which allows you to track to price of different cryptocurrencies on the touchbar.
- Host: GitHub
- URL: https://github.com/Ryan-Gordon/Crypto-Touchbar
- Owner: Ryan-Gordon
- License: mit
- Created: 2017-08-16T12:10:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T09:59:58.000Z (over 5 years ago)
- Last Synced: 2024-06-26T14:41:28.194Z (4 months ago)
- Topics: bettertouchtool, cryptocurrency, hacktoberfest, touchbar, touchbar-support
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 75
- Watchers: 7
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto-Touchbar
* This is an add-on (via Better Touch Tool) to get Cryptocurrency prices on your MacBook Touchbar
Example : ![screenshot](https://github.com/FlashGordon95/Crypto-Touchbar/blob/master/example.JPG)
# Contributors
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat)](#contributors)
This project follows the
[all-contributors](https://github.com/kentcdodds/all-contributors)
specification. Contributions of any kind are welcome!A list of contributors to this project
([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
Ryan Gordon
💻 🎨 🔧
Cameron Yan
💻
vietquocnguyen
💻
Chris Lennon
💻 🔧
Quentin Le Sceller
💻
Oleg Gordiichuk
💻
Matt Bailey
💻
Jayme Davis
💻# Installation
- Download and install [Better Touch Tool](https://www.boastr.net/downloads/).
- Select any of the json docs for your currency.
- In your Mac's menu bar, click the Better Touch Tool `icon > Preferences`
- In the bottom left corner of the Better Touch Tool popup window, go to "Manage Presets".
- Click the "Import" button and select the appropiate script you want to use.
- ???
- Profit# Currencies
This repo contains scripts to get both the BTC/ pair and also the EUR/ price.
The JSON files are split such that you only have to add in either the EURO or BTC pair, or both if you like and you can add only the ones you want to see on the touch bar.# Pull requests
One thing that could be added to this repo is USD price scripts, I have seen many of these but think it would be better to have one repo with both EUR, USD and other currencies.# Donations
Instead of sending me donations consider supporting MyEtherWallet or some other cause.# Acknowledgments
The original idea came from [here](https://steemit.com/neo/@awesomemo/get-the-latest-price-of-neo-on-your-macbook-touchbar).
I decided to change the idea so it will do EUR prices and to break up the scripts into individual scripts so you only add what you want.