import time
import requests
temperatura = 1
humedad=1
while True:
enviar=requests.get("https://api.thingspeak.com/update?api_key=LD2NO7V8UHRW5SW2&field1=" +
str(temperatura)+"&field2=" + str(humedad))
time.sleep(20)
DESCARGAR