Pinned Repositories
demo-graphql-sqlalchemy-falcon
Basic demo using GraphQL (via Graphene), SQLAlchemy, and Falcon.
yarratramwatcher
This script uses the TramTracker SOAP API to check the arrival times for a given tram number and stop ID and fires an IFTTT Maker event if the upcoming arrivals are within given thresholds
somada141's Repositories
somada141/demo-graphql-sqlalchemy-falcon
Basic demo using GraphQL (via Graphene), SQLAlchemy, and Falcon.
somada141/yarratramwatcher
This script uses the TramTracker SOAP API to check the arrival times for a given tram number and stop ID and fires an IFTTT Maker event if the upcoming arrivals are within given thresholds
somada141/mangatown-downloader
Simple scripts that download mangatown manga chapters through the URL of the first page.
somada141/matchbook
A simple CLI utility meant to automatically extract the ISBN from a book in PDF format and retrieve information from various APIs.
somada141/mangastream-downloader
Simple scripts that download mangastream manga chapters through the URL of the first page.
somada141/vivodict
Auto-vivified arbitrarily-nested dictionary (`dict`) classes.
somada141/ansible-role-postgresql
Ansible Role - PostgreSQL
somada141/django-mass-edit
Make bulk changes in the Django admin interface
somada141/falcon-graphql-server
A Python GraphQL server example using Falcon and Graphene
somada141/flask-graphene-sqlalchemy
Project template to build a GraphQL API in Python
somada141/graphene-sqlalchemy
Graphene SQLAlchemy integration
somada141/Me_Bot
Build a bot that speaks like you!
somada141/pwc-address-book-api
API backend for a simple address book implemented for the PwC interview process.
somada141/pwc-address-book-ui
UI frontend for a simple address book implemented for the PwC interview process.
somada141/pwc-bin-packing
Simple bin-packing solver for the PwC interview process.
somada141/pydantic
Data parsing using Python type hinting