A Discord bot for posting weather updates/alerts https://discord.com/invite/atnUGXv6za
Find a file
2024-05-08 17:21:39 -06:00
.gitignore Turned it into a discord bot :) 2024-05-07 23:18:26 -06:00
config.json.template Update config.json.template and index.js with Discord owner, mainGuild, and inviteChannel IDs 2024-05-08 10:58:27 -06:00
debug.js Add debug tool to remove channels 2024-05-08 10:44:34 -06:00
index.js Add generic live stream support (only mp3 streams atm) 2024-05-08 17:21:39 -06:00
LICENSE Funny 2024-05-07 21:10:29 -06:00
package-lock.json Add colors package to make logs nice to read 2024-05-08 08:41:29 -06:00
package.json Add colors package to make logs nice to read 2024-05-08 08:41:29 -06:00
README.md Update README 2024-05-08 12:01:21 -06:00
voicetest.js Add broadcastify streaming (dont kill me RR) 2024-05-08 17:18:41 -06:00
wfo.js Add WFO functionality to index.js 2024-05-08 09:24:19 -06:00
wfos.json Add WFO functionality to index.js 2024-05-08 09:24:19 -06:00
xml2jsontmp.js Turned it into a discord bot :) 2024-05-07 23:18:26 -06:00

Join our Discord Add the bot

Warning

This is SUPER tossed together. Might bother cleaning it up later.

What is this?

This is meant to be a public Discord bot. It connects via XMPP to Weather.IM and allows server owners to subscribe a channel to any number of weather alerts.

How do I use this?

  1. Clone the repo
  2. Install the requirements
  3. Copy config.example.json to config.json and fill in the values
  4. Run node .
  5. Profit?

TODO

  • Clean up the code
  • Add more error handling
  • Add more logging
  • Add more features
  • Add more documentation