Simple & Customisable RSS Client for IRC
Go to file
hgw 1c8b6f84d1 this shit now works 2023-10-02 02:11:24 +00:00
config this shit now works 2023-10-02 02:11:24 +00:00
.dockerignore new readme and dockerignore 2023-10-02 02:11:24 +00:00
.gitignore this shit now works 2023-10-02 02:11:24 +00:00
Dockerfile this shit now works 2023-10-02 02:11:24 +00:00
LICENSE init 2023-10-02 02:11:23 +00:00
README.md this shit now works 2023-10-02 02:11:24 +00:00
bot.js this shit now works 2023-10-02 02:11:24 +00:00
docker-compose.yml this shit now works 2023-10-02 02:11:24 +00:00
package-lock.json this shit now works 2023-10-02 02:11:24 +00:00
package.json this shit now works 2023-10-02 02:11:24 +00:00

README.md

Mercury

RSS Parser for IRC

This bot is currently in development and not fully functioning. Do not use in production.

Commands

  • m!feed [FEED] [ENTRIES] - Return the last x amount of entries from any RSS feed.
  • m!set [OPTION] [VALUE] - Changes a bot setting, more info to be added here later.

Deployment

  1. Install Docker (required) and Docker Compose (optional, but strongly recommended)
  2. Rename config/example.default.json to config/default.json and modify it accordingly.
  3. Run docker compose up to begin. Append -d to start in the background and --build if you make any changes to any files.

Support

If you need assistance with installation or usage, join #5000 on irc.supernets.org

License

ISC License

Copyright (c) 2023 hogwart7

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.