[text] matlab

Viewer

  1. import urllib3
  2. READ_API_KEY='7P3KZGE1AET4N4IX'
  3. CHANNEL_ID=2537688
  4. http=urllib3.PoolManagaer()
  5. r1=http.request('GET','https://api.thingspeak.com/channels/2537688/fields/1.json?results=2')
  6. print(r1.data)
  7. r2=http.request('GET','https://api.thingspeak.com/channels/2537688/fields/2.json?results=2')
  8. print(r2.data)

Editor

You can edit this paste and save as new:


File Description
  • matlab
  • Paste Code
  • 06 May-2024
  • 316 Bytes
You can Share it: