liamtill
Meteorologist with interest in homelab and stock market. I like coding in Python and developing my own tools.
Bedford, UK
Pinned Repositories
ansible_laptop
Ansible playbook to provision my laptop from scratch
boiler-plates
Boiler plate docker compose and scripts for homelab
cloudflare-docs
Cloudflare’s developer docs.
Dumb-Alarm-Smart
This repository contains some useful Python code to turn a "dumb" 433MHz alarm into a "smart" alarm which integrates with Home Assistant, or any other home automation software that uses MQTT.
earnings-screener
Screen for stock earnings between dates, filter by price, mcap, volume and sort table by technical and fundamental criteria
finviz-screens
homelab
new_wrf_plotting_functions
Collections of functions for plotting WRF data
totoslab.co.uk
My Homelab Blog
wrfplot
Python script to plot various WRF-ARW output. Command line driven by passing options.
liamtill's Repositories
liamtill/wrfplot
Python script to plot various WRF-ARW output. Command line driven by passing options.
liamtill/homelab
liamtill/earnings-screener
Screen for stock earnings between dates, filter by price, mcap, volume and sort table by technical and fundamental criteria
liamtill/new_wrf_plotting_functions
Collections of functions for plotting WRF data
liamtill/ansible_laptop
Ansible playbook to provision my laptop from scratch
liamtill/boiler-plates
Boiler plate docker compose and scripts for homelab
liamtill/cloudflare-docs
Cloudflare’s developer docs.
liamtill/Dumb-Alarm-Smart
This repository contains some useful Python code to turn a "dumb" 433MHz alarm into a "smart" alarm which integrates with Home Assistant, or any other home automation software that uses MQTT.
liamtill/finviz-screens
liamtill/totoslab.co.uk
My Homelab Blog
liamtill/rpi-security
A security system written in python to run on a Raspberry Pi with motion detection and mobile notifications
liamtill/stock-chart-info
Basic python stock chart, info, earnings and peers stock dashboard.
liamtill/stock_fundamental_scraper_google_sheet
Scrape multiple website data sources to obtain stock fundamental and technical data. Once the code has scraped all the data it inserts it into a Google sheet. You can then use filters on columns to rank stocks by various criteria or create custom scoring systems.
liamtill/stock_sentiment_analysis
Stock sentiment analyser. Scrapes news articles using NewsAPI, Twitter sentiment for a stock using SocialSentiment.io and sub-reddits posts (and comments if wanted) from Reddit. News articles, tweets and Reddit posts are then analysed for sentiment using VADER Sentiment Analysis. A composite sentiment score is calculated and plotted with stock price for the last month.