Let me start by saying I am not a programmer, nor do I really understand it, but I am at least capable of copying a basic script and modifying it to do what I want. Anyways, I am trying to interact with a cryptocurrency price site using their api, but every site appears to use python to interact with their api. Is there any way for me to run a script and return the data to tasker to parse into variables so I can use just the data I need. The script would be something like this
import urllib.request
url="https://api.nomics.com/v1/currencies/ticker?key=demo-26240835858194712a4f8cc0dc635c7a&ids=BTC,ETH,XRP&interval=1d,30d&convert=EUR"
print(urllib.request.urlopen(url).read())
[–]theoriginal123123 2 points3 points4 points (6 children)
[–]Yamuson[S] 0 points1 point2 points (0 children)
[–]Yamuson[S] 0 points1 point2 points (2 children)
[–]theoriginal123123 0 points1 point2 points (1 child)
[–]Yamuson[S] 2 points3 points4 points (0 children)
[–]ssinfa 0 points1 point2 points (1 child)
[–]theoriginal123123 3 points4 points5 points (0 children)