Skip to content

umbongo/logviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logviewer

$ python -m venv .virtualenv
$ ./ve pip install -r requirements.txt
$ ./ve python server.py -h
usage: server.py [-h] [--host HOST] [--port PORT] --prefix PREFIX

optional arguments:
  -h, --help       show this help message and exit
  --host HOST
  --port PORT
  --prefix PREFIX  Allowed directories
$ ./ve python server.py --host 127.0.0.1 --port 8765 --prefix /tmp/dir1/ --prefix /tmp/dir2/

About

Log tailer with Python and websocket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 83.0%
  • Shell 17.0%