-
My First Docker Image – MastodonReposter
Quick update to my previous post, embedded below: Using Mastodon.py and Docker to fix an issue I had with Akkoma The good news is I was able to clean up the code in my Github page, and then build it into a clean Docker image which I then published onto the Docker Hub as novakeith/mastodonreposter. […]
-
JWT-Brute: Cracking JWT Tokens with Python
A brief exercise in cracking insecure JWT tokens using Python. Code available on Github.
-
Asteroids using Pyglet & Python
I’ve been busy lately. Thanks to a wonderful tutorial by Steve Johnson, I’ve managed to create a clone of the arcade classic ‘Asteroids’ in Python using a 2D library known as Pyglet. The experience was good, very frustrating at times. I decided to jump off of the tutorial at a certain point and just do […]