bibanon / py8chan

Python wrapper for the 8chan API, based on BASC-py4chan.
Do What The F*ck You Want To Public License
14 stars 7 forks source link

update media subdomain url & force https #24

Closed KebabLord closed 2 years ago

KebabLord commented 2 years ago

http on 8kun redirects to website's admin panel and hosting & static file domains has changed from media.8kun to 128ducks.com

quick little update in order to make the script work out of box

antonizoon commented 2 years ago

Alright, merged. I guess a lot of the images are broken but based on the context it seems like it is natural. Does 128ducks need to force HTTPS too?

antonizoon commented 2 years ago

BTW since you've been maintaining this repository for a while, I'd like to invite you to be able to directly commit changes to it. Email me your pypi username to antonizoon@bibanon.org if you plan on joining and I'll set things up. Here are the instructions how how builds are done.

# first increment the version in setup.py , commit and push
python setup.py sdist
twine upload dist/py8chan-0.2.1.tar.gz
# fill out username and password
KebabLord commented 2 years ago

Alright, merged. I guess a lot of the images are broken but based on the context it seems like it is natural. Does 128ducks need to force HTTPS too?

http was not redirecting to https for a while at the time I pushed this commit, the problem continued for a while but seems like now they fixed it. sent the email details btw, thanks for the invite