CoinSense
CLI tool for real-time crypto portfolio tracking.
Install / Use
/learn @trevtravtrev/CoinSenseREADME
<br />
<div align="center"> <a href="https://github.com/trevtravtrev/CoinSense"> <img src="logo.png" alt="CoinSense" width="500" height="100"> </a> <p align="center"> Real-time cryptocurrency portfolio tracker. <br/> </p> <p align="center"> <a href="https://github.com/trevtravtrev/CoinSense"> <img src="demo.gif" alt="CoinSense" width="" height=""> </a> </p> </div> <details open> <summary>Table of Contents</summary> <ol> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#clone-the-repository">Clone the Repository</a></li> <li><a href="#run-the-code">Run the Code</a></li> <li><a href="#additional-tools">Additional Tools</a></li> </ol> </details>Prerequisites
- Python (latest version)
- If using windows, in the python installer make sure to select the "Add Python to PATH" option
- Pycharm (optional)
Clone the Repository
Option 1: via Command Line Interface
- Install GitHub CLI (if not already installed)
git clone https://github.com/trevtravtrev/CoinSense
Option 2: via GitHub Desktop
- Install GitHub Desktop (if not already installed)
- Follow instructions here to clone
Run the Code
Option 1: Poetry (recommended)
- Install Poetry (if not already installed)
pip install poetry
- Install CoinSense dependencies
cd CoinSense
poetry install
- Run CoinSense
poetry run python main.py
Option 2: Docker
Docker is the easiest way to get CoinSense running, but you lose the pretty colors and formatting in the CLI. Docker, by default, just pipes the raw CLI data to its own unformatted CLI output in the docker desktop interface. For the best experience, option 1 (via poetry) is recommended.
- Install Docker Desktop (if not already installed)
- Open Docker Desktop
- Build the Docker image:
cd CoinSense
docker build -t coinsense .
- Run the Docker container:
docker run coinsense
Option 3: requirements.txt
- Create the virtual environment:
cd CoinSense
python -m venv venv
- Activate the virtual environment:
- For Windows:
venv\Scripts\activate
- For macOS/Linux:
source venv/bin/activate
Once activated, you will notice that the prompt in your terminal or command prompt changes to indicate that you are now working within the virtual environment.
3. Install CoinSense dependencies
pip install -r requirements.txt
- Run CoinSense
python main.py
Additional Tools
All CoinSense code was formatted, linted, and secured with the following tools:
Related Skills
node-connect
337.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
