/py2teams

Python script to send command output to Microsoft Teams channels.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

py2teams

Utilidad en python para enviar la salida de un comando a un canal de Microsoft Teams.

Configuración

Linux

  • Añadir el webhook al config_template.py y renombrar a config.py
  • Crear alias:
    alias py2teams='python3 /route/to/py2teams/py2teams.py'
    

Windows

  • Añadir el webhook al config_template.py y renombrar a config.py
  • Editar path:
    PS C:\Users\aalonsof> $env:Path="$env:Path;C:\ruta\a\py2teams"
    PS C:\Users\aalonsof> $env:PATHEXT += ";.py"
    PS C:\Users\aalonsof> nslookup www.prosodie.es 8.8.8.8 | py2teams.py
    
Ejemplo de uso
$ nslookup www.prosodie.com 8.8.8.8 |& py2teams