cpfeed
(short for Crypto Price Feed) is a Python package for fetching cryptocurrency prices from the CoinGecko API.
Before installing and using this project, make sure you have the following dependencies installed:
You can install cpfeed
via pip:
pip3 install cpfeed
- Navigate to the
cpfeed
directory:
cd cpfeed
- Activate the Poetry shell:
poetry shell
- Fetch cryptocurrency prices:
cpfeed bitcoin
This project is licensed under the MIT License - see the LICENSE file for details.
- Update usage examples with more detailed explanations.
- Add troubleshooting section for common issues.
- Add contributing guidelines.
- Add more commands.