Search found 1 match

by mamvcivm
Wed Jan 03, 2018 12:19 am
Forum: Programs, Libraries and Tools
Topic: urllib / urequests for Micropython
Replies: 31
Views: 45229

Re: urllib / urequests for Micropython

Hi, I've recently installed Micropython 1.9.3 onto a NodeMCU device, and I'm currently trying to get a Python file I've previously written for a Raspberry Pi to run. I've imported urllib.urequest and successfully ran f = urllib.urequest.urlopen("http://aurorawatch.lancs.ac.uk/api/0.1/activity.txt"),...