sfan5 / pytgbridge

Better than teleirc
13 stars 5 forks source link

Dockerfile & SSL "Emulating" #4

Closed cactushydrocodone closed 5 years ago

cactushydrocodone commented 5 years ago

Hello, I want to use a "https://" url for my pic uploads from telegram. At the moment, when i send a picture from telegram to irc, the url looks like this: http://mycoolsite.com/kitties.png my site is HTTPS only so i want to use HTTPS. My idea was to just "cosmetically" change the url to https://mycoolsite.com/kitties.png

Also i created a small dockerfile.

Feel free to edit/fix/make it more qt

sfan5 commented 5 years ago

implemented in 69a8175