https://github.com/ndane/parcelwatch
Resi-Sense Parcel Watcher
https://github.com/ndane/parcelwatch
iot resi-sense
Last synced: 5 months ago
JSON representation
Resi-Sense Parcel Watcher
- Host: GitHub
- URL: https://github.com/ndane/parcelwatch
- Owner: ndane
- License: mit
- Created: 2020-06-06T14:19:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T09:53:43.000Z (about 6 years ago)
- Last Synced: 2024-01-18T12:05:41.733Z (over 2 years ago)
- Topics: iot, resi-sense
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Resi-Sense Parcel Watcher
Monitor parcels and deliveries on the Resi-Sense platform and get updates via SMS.
## Running the software
### Required environment variables
#### *RS_SUBDOMAIN*
The subdomain of your building at resi-sense.co.uk
#### *RS_USERNAME*
The username used to log into the system
#### *RS_PASSWORD*
The password used to log into the system
### Optional environment variables
#### *TW_TOKEN*
Your twilio access token
#### *TW_SID*
Your twilio account SID
#### *TW_NUMBER*
Your twilio phone number SID
#### *TO_NUMBER*
The number which will receive delivery SMS messages
---
### Build & Run
`GO111MODULE=on go build github.com/ndane/parcelwatch/cmd/parcelwatch`
`./parcelwatch`
## Todo
- Alexa skill integration
- Local data storage