Skip to content

Conversation

@aafaris
Copy link
Contributor

@aafaris aafaris commented Oct 17, 2024

Pull Request: Add Real-Time Cryptocurrency Price Tracker Script

Description

This pull request introduces a Python script that uses CoinGecko public API to retrieve real-time information of a particular cryptocurrency such as current price, 24-hr price change, and historical data. Please refer to CoinGecko
coins list
for the full list.

Related Issues:

Implement Real-Time Cryptocurrency Price Tracker

Changes Made:

  • Added main.py, requirements.txt, runtime.txt in Real-Time Cryptocurrency Price Tracker directory

Type of Change

  • ✨ New feature (added crypto tracker functionality)

Checklist

  • Created a new branch (feature/crypto-tracker) for this PR
  • Followed the coding style and conventions of the project
  • Manually tested the script for various inputs
  • No merge conflicts
Copy link
Owner

@king04aman king04aman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your work on the Real-Time Cryptocurrency Price Tracker! Before merging, please consider the following changes:

  • Add a README file for better project understanding
  • Improve error handling for API requests by raising exceptions or returning specific error messages.
  • Validate user input for the cryptocurrency symbol and the number of days for historical data.
  • Format the historical data output for better readability or provide options for visualization.
@aafaris
Copy link
Contributor Author

aafaris commented Oct 19, 2024

Hi @king04aman, I have updated the script with README. For your review, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment