A Discord-Bot that helps you to find your Raspberry Pi 4
ReschberryFinder is a Discord-Bot made with Discord.js developed to run on a Raspberry Pi 4. A Raspberry is mostly accessed via Remote Connection(SSH) and therefore you need the IP-Address of it. ReschberryFinder shows you all IP-Addresses which can be useful when hostnames are disabled in a Network.
It uses Discord.js to work with Discord. By using the Command !WhatsMyIp the Pi returns all IP's of the various Interfaces.
- !Help
(Shows all the Available Commands in all Categories)
- !About
(Short description of the Bot)
- !WhatsMyIp
(Shows all the IP-Addresses of the various Interfaces)
- !Ping
(Shows the Ping response. More of a Testing command)
- Command System
(To manage all Commands)
- Event System
(To Manage all Discord Events)
- Network Util
(To get the various Interfaces and IP's)
- Windows, Linux Distribution
- Node.js
- Discord.js
- enmap
- Discord Bot Token
- Node.js v.17
- npm install
(run in the Project directory to install all necessary packages)
- npm run start
(run in the Project directory to start the Bot)
- $ crontab -e
- @reboot npm start --prefix /ReschberryFinder
change with the Directory Path to the Project(e.g /home/pi/Documents)
On unexpected behaviour open an Issues Ticket
People contributed to this Project
See all Releases on Releases Page
-
2.0 ReschberryFinder Release
- Added Status for my class lessons
- Renamed Project
-
1.0 Minimal Release
- Initial Release with minimal functionality