You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
This awesome library can be made to work with micropython easily by using the micropython port of datetime and using the micropython versions of time and requests:
@@ -1,8 +1,8 @@
# coding=utf-8
-import requests
+import urequests as requests
import datetime
-from time import mktime
+import utime as time
Thats it, everything I tried worked.
What do you think, just a section in the README, an already patched file in a subfolder or a edited fork in a new repo?