Skip to content

Receive tmate session id over telegram

Notifications You must be signed in to change notification settings

forkposix/amogusmate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.9%
  • Shell 26.1%