Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Meet ShareChat, my terminal-powered collaboration baby! Now I can zip files and messages straight from my shell to Google Chat—no more app-hopping, just pure CLI bliss.

Ramc26/ShareChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShareChat

ShareChat is a simple terminal-based tool that lets you share messages or files to your Google Chat space effortlessly — just using a single command. No switching apps, no pasting links manually!


🚀 Features

  • Send instant messages to your Google Chat group.
  • Upload and share files (e.g., images, scripts, documents) using GoFile.io.
  • Automatically organizes files into dedicated folders: Images, Python files, and Others.
  • Set up once and use with simple terminal commands from anywhere.

🛠️ Setup Instructions

1. Clone or Download the Repo

git clone https://github.com/yourusername/ShareChat.git
cd ShareChat

2. Run the Setup Script

bash setup.sh

The script will:

  • Install the required Python library (requests).

  • Prompt you to enter:

    • Your Google Chat Webhook URL
    • Your GoFile.io API Token
    • Folder IDs for: Image_Files, Python_Files, Other_Files
  • Automatically update your ~/.bashrc with environment variables and helpful aliases.

  • Reload your shell config so you can start using it immediately.

📌 Instructions will be shown step-by-step as you run the setup.


✅ Usage

After setup, use the following commands from any terminal directory:

📤 Send a Message:

sendtext "Hello, team! Quick update…"

📁 Share a File:

sendfile "/path/to/report.pdf"

Files are uploaded to your GoFile folders based on file type, and the download link is posted to your Google Chat group.


👨‍💻 Author

Ram Bikkina 📧 [email protected]


📃 License

MIT License. Use freely and improve it if you like ✨

About

Meet ShareChat, my terminal-powered collaboration baby! Now I can zip files and messages straight from my shell to Google Chat—no more app-hopping, just pure CLI bliss.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published