Split based on location

This commit is contained in:
Daniel Mason 2022-01-03 10:55:54 +13:00
parent 83b1a3d974
commit aeae0ef8ee
6 changed files with 129 additions and 67 deletions

12
CHANGELOG.md Normal file
View file

@ -0,0 +1,12 @@
# Changelog
## 1.1
- Split messages based on location
- Added systemd service
## 1.0
- Reworked to use API
- Stores lastPoll / lastUpdated in lastUpdated.txt to keep track
- Only posts if PublishedDate > lastUpdated timestamp
- Removed twitter + git code
- Added more code comments