[text] kartheek whitehouse

Viewer

copydownloadembedprintName: kartheek whitehouse
  1. import urllib3
  2. READ_API_KEY='RT5A5S0I3E3L7C1U'#write your thinkspeak API key
  3. channel_id=2537519#write your id
  4. http=urllib3.PoolManager()
  5. r1=http.request('GET','https://api.thingspeak.com/channels/2537519/fields/1.json?results=2')
  6. print(r1.data)
  7. r2=http.request('GET','https://api.thingspeak.com/channels/2537519/fields/2.json?results=2')
  8. print(r2.data)
  9.  

Editor

You can edit this paste and save as new:


File Description
  • kartheek whitehouse
  • Paste Code
  • 06 May-2024
  • 361 Bytes
You can Share it: