ket0x4 / amogusmate

Receive tmate session id over telegram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmate sender


INSTALLATION

Install dependencies

Debian & Ubuntu etc.: sudo apt install tmate curl tmux

Arch and derivatives: sudo pacman -S tmate curl tmux

quick setup

git clone url && cd amogusmate
python -m venv .venv && source .venv/bin/activate
pip3 install argparse
sudo python install.py --install --systemd

Uninstall

sudo python amogusmate.py --uninstall

TO DO

  • Use systemd than cron job
  • Add install.py
  • Add systemd service
  • Add install/uninstall option
  • Script explanation
  • Write usecase
  • Port amogusmate to python
  • Reformat Message to be more readable

About

Receive tmate session id over telegram


Languages

Language:Shell 53.6%Language:Python 46.4%