i tried to copy the Ticker from https://youtu.be/AB4pBWgmToc?si=rVOimPf8w3xZZCDv, but there is a problem with "import requests"
leo@MacBook-Pro-von-Leo test % /usr/local/bin/python3 /Users/leo/Desktop/test/test.py
Traceback (most recent call last):
File "/Users/leo/Desktop/test/test.py", line 1, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
How to make a simple python project to track real-time bitcoin price automatically.
API: https://min-api.cryptocompare.com/documentation
Join our Facebook Group : https://www.facebook.com/groups/codingcom
Our Facebook : https://www.facebook.com/codingwithevan
Our Instagram : https://www.instagram.com/codingwithevan/
-----------------------...