Projects
Here are some handy scripts and projects I've made or were a part of. The projects are diverse and were mostly created out of necessity. They are in no particular order and all their source code is available at the links provided!
This Python script checks the status of websites listed in a JSON file, records the results, and updates the JSON file with the status of each website
This is an unsorted collection of my scripts that I've made over time
A simple GUI for converting local music files to specified JSON format. Format and specifics can be changed easily with simple python knowledge so that it can be used with other utilities as required.
Right now, only mp3, m4a formats are supported
This Python script checks your current IP and compares it to the contents of the JSON file, updating it if necessary
Python script that uses the (old) Twitter API to read tweets from an account and then uses the OpenAI (Chat GTP) API to classify the tweets
In this specific script, it determines if tweets from the specific account contains sales promotions in the forms of “deals”
This was a simple project to showcase my ability to use different API’s