Show proof of purchase of 8kun coffee or honey
>Finally, it's a bear with fucking honey!
So for the rest of you, if you don't, won't or can't play with your DNS settings, and have basic tech skills, here is a python script to view selected images.
8kun Image Viewer 0.1
>https://pastebin.com/2A3918pi
>Save that as image.py
>Copy the link for the image you want to view
>From a command prompt where you saved the file run "python image.py the link you copied"
Sure, where do I need to start, do you have working python installed?
8Kun Image Viewer 0.1
A python script hacked together that takes a link for an image from 8kun that is not working due to resolution problems and attempts to open the image using all the known IP addresses for media.8kun.top
Why
media.8kun.top is not resolving and you cannot change your hosts or DNS settings
Install
Install python 3 (should be an option on all platforms, even mobile)
Open your command prompt or terminal or equivalent and enter "python โversion" if you get back the version of python then you have python installed and working.
Copy the script from https://pastebin.com/2A3918pi into a new file called image.py
Use
Copy the link for the image that you want to open.
From a terminal, command prompt or equivalent, ensuring the saved image.py is in the same folder enter "python image.py" followed by a space and then paste the copied link. eg:
>python image.py https://media.8kun.top/file_store/f35298c815d2087b2d7f54e99e364ba972972bbe7db4688ec0896629ac318c15.png
Warn
Script cycles through trying to open the link using each address, when it works you need to close the script or it will finish trying to cycle through all the addresses.