Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 964 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 964 Bytes

cpfeed (Crypto Price Feed)

cpfeed (short for Crypto Price Feed) is a Python package for fetching cryptocurrency prices from the CoinGecko API.

Requirements

Before installing and using this project, make sure you have the following dependencies installed:

Installation

You can install cpfeed via pip:

pip3 install cpfeed

Usage

  1. Navigate to the cpfeed directory:
cd cpfeed
  1. Activate the Poetry shell:
poetry shell
  1. Fetch cryptocurrency prices:
cpfeed bitcoin

License

This project is licensed under the MIT License - see the LICENSE file for details.

TODO

  • Update usage examples with more detailed explanations.
  • Add troubleshooting section for common issues.
  • Add contributing guidelines.
  • Add more commands.