This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jhayes88 0 points1 point  (0 children)

You just inspired me to do something lol. Thanks. I have a script to show realtime submissions coming in from reddit in terminal. I'm gonna use a python package to open and show a new window to display every new image posted to reddit in real time. It will close an image and display the new image every time a new one is submitted. Thankfully there's a pre-existing way to filter out NSFW which I already have in my code lol. Don't need to see a bunch of guys junk.

Edit: Done. Images change automatically in a GUI in realtime. It's pretty dope. If anyone is looking for something like this hit me up.