NodeJS based Discord Bot that runs on my Raspberry Pi ZW
a small bot to run and check on my local network remotely using discord bot only tested Raspberry Pi Zero W running Raspbian GNU/Linux 9 (stretch)
USE AT YOUR OWN RISK
no promises of correctness, security, user access levels or safety are given
+help
- get a list of all featuers+arpscan
- scan local network for hosts- more TBD
- create a discord bot & getting a token these steps
- ssh into to your pi and run
curl -o- https://raw.githubusercontent.com/jcsrb/dbot/master/install.sh | bash
this will install dependecies, clone repo, setup autostarts
- edit
.env
file to add token from step 1 - start the service
sudo service dbot start
- check your discord channel for a hello message
- standing on the shoulders of giants discord.js
- based on this great example bot by @eslachance