Skip to content

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

License

Notifications You must be signed in to change notification settings

LucasKatashi/jito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.