1
0
Fork 0
Discord.js bot for retrieving station data from https://aprs.fi - personal branch testserver. Forked from https://github.com/AnIdiotsGuide/discordjs-bot-guide
Find a file
2020-11-15 00:07:09 -06:00
modules fixed empty fields containing units 2019-07-04 17:20:22 -04:00
.gitignore initial commit 2019-07-01 15:40:49 -04:00
bot.js added ?help command 2019-07-04 17:38:20 -04:00
config.example.json initial commit 2019-07-01 15:40:49 -04:00
LICENSE Initial commit 2019-07-01 14:38:18 -05:00
package-lock.json initial commit 2019-07-01 15:40:49 -04:00
package.json initial commit 2019-07-01 15:40:49 -04:00
README.md Removed expired server invite 2020-11-15 00:07:09 -06:00

APRS Discord Bot

Discord.js bot for retrieving station data from https://aprs.fi "Bot Snapshot"

Installation:

  1. Follow the guide here for creating your bot
  2. Clone this repository locally
  3. Navigate to the bot directory and run npm install
  4. Rename config.example.json to config.json and replace the tokens, timezone, and embed color with your own.
  5. run node bot.js

Commands:

  • ?loc callsign to retrieve location information.
  • ?wx callsign to retrieve weather data.

Replace callsign with your device's callsign.

Todos:

  • Handle empty/additional fields in the response data for different types of stations