/dbot

NodeJS based Discord Bot 🤖 that runs on my Raspberry Pi ZW 🍓🥧 0️⃣📶

Primary LanguageJavaScriptMIT LicenseMIT

dbot

NodeJS based Discord Bot that runs on my Raspberry Pi ZW

About

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

Main Features

  • +help - get a list of all featuers
  • +arpscan - scan local network for hosts
  • more TBD

Install

  1. create a discord bot & getting a token these steps
  2. 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

  1. edit .env file to add token from step 1
  2. start the service sudo service dbot start
  3. check your discord channel for a hello message

Acknowledgments