/jito

A Rust-based Message Redirection Tool for Discord and Slack Webhooks

Primary LanguageRustOtherNOASSERTION

Project Jito

A Rust-based Message Redirection Tool for Discord and Slack Webhooks


Summary

Project Jito is a tool crafted in Rust, designed to facilitate the redirection of messages from standard input (stdin) to webhooks on platforms like Discord and Slack.

This tool serves as a versatile intermediary, seamlessly transferring messages from various sources to designated channels on Discord or Slack, enhancing communication and integration within teams and communities.

Whether used for real-time notifications, automated alerts, or collaborative messaging, Project Jito offers a flexible and scalable solution for enhancing communication dynamics across Discord and Slack platforms.

Btw, Jito gets around Discord's 2000 character limit šŸ¤­.


Installation

  • You need to have cargo installed: https://rustup.rs
  • Paste in terminal:
    git clone https://github.com/LucasKatashi/jito && cd jito && cargo run
  • The jito binary will be generated in target/debug

Usage

echo "Hello World!" | ./jito --output discord

If the webhooks.yaml file is not in the same directory from which you are running the script, you can specify the file with the --file argument.


License

This work is licensed under MIT License.