@TriLinder@lemmy.mlcake to Privacy@lemmy.mlEnglish • edit-22 years agoThis post knows where you're viewing it from (Lemmy doesn't proxy external images) [ARCHIVED]message-square27fedilinkarrow-up1321arrow-down113file-text
arrow-up1308arrow-down1message-squareThis post knows where you're viewing it from (Lemmy doesn't proxy external images) [ARCHIVED]@TriLinder@lemmy.mlcake to Privacy@lemmy.mlEnglish • edit-22 years agomessage-square27fedilinkfile-text
minus-square@TriLinder@lemmy.mlcakeOPlinkfedilinkEnglish2•2 years agoIt’s just a simple Flask server. I parse the user-agent using the user_agents Python library, apply some conditionals upon the result, render the image using Pillow and send it to the user.
Share source code? I’m curious
It’s just a simple Flask server. I parse the user-agent using the
user_agents
Python library, apply some conditionals upon the result, render the image using Pillow and send it to the user.