python - How can I Generate a URL for a text file without a specific website/server? -


here's want do: generate url can put in wordpress blog let users view big text file. don't know how can generate url. inspired websites flickr generate urls images , hoping there corollary text files.

i taking mitx 6.00.1x python course, , 1 assignment had refer text file professor had uploaded onto course site. text file has url: https://courses.edx.org/c4x/mitx/6.00.1x_5/asset/words.txt

not sure if url available non members.

is there way can upload file universal url can access free?

kind regards,

spencer

the way works supplying path text file (in case words.txt) on web server. when click link, you're going root through several directories , accessing file.

if have access actual files on wordpress blog, can add text file there , give people path file.

otherwise, use service such pastebin provide text file.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -