Projects

Here a are a list of the projects I am working on!

OGS-Python

GitLab last commit

made-with-python

PyPI version

OGS Python is an API wrapper written in Python for the Go server I play on, online-go.com. Its been a fun challenge in learning how to integrate with both a REST API, and a realtime Socket.IO API, and how to act as a middle-man between the client and server.

Heathcliff-RSS

GitLab last commit

made-with-python

This is an application I wrote to be able to get Heathcliff comics in my RSS feed. It was an interesting test project for learning how to use the Selenium library for interacting and scraping data from webpages, and how to deploy a python script as a full application.