Discord.js bot for retrieving station data from https://aprs.fi - personal branch testserver. Forked from https://github.com/AnIdiotsGuide/discordjs-bot-guide
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Blake Enloe
32f3ce9bca
|
4 years ago | |
---|---|---|
modules | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 4 years ago | |
bot.js | 5 years ago | |
config.example.json | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago |
README.md
APRS Discord Bot
Discord.js bot for retrieving station data from https://aprs.fi
Installation:
- Follow the guide here for creating your bot
- Clone this repository locally
- Navigate to the bot directory and run
npm install
- Rename
config.example.json
toconfig.json
and replace the tokens, timezone, and embed color with your own. - 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