5 Antworten
+ 3
I do this in webcodes so I think it will work; I believe there's a "static sites" option but I've also used rawgit.com to obtain public URLs from github.
0
Yeah, don't look at my codes; I invested my time in sockets*.
I think there's enough memory for urllib to work now...maybe someone knows...
* sockets; not 'simple'
0
I just copied and pasted a 37kb text file into one of my codes as an easy fix😭 still would like to know if anyone has a solution!
0
Huh; I do have a urllib code, just in the wrong direction (but still, I think 'request' is the important bit here):
https://code.sololearn.com/cbT8f7dD0t4f/?ref=app
Cépagrave has one that pulls in a module file, and note: Python can easily handle compression with builtins (gzip, zlib, etc)
https://code.sololearn.com/cfGR3GSuk7yw/?ref=app
0
Okay cool, so if I upload something to github I could pull from there using urllib?