Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krypton-byte/ttyd-over-terminal


https://github.com/krypton-byte/ttyd-over-terminal

client remote terminal ttyd

Last synced: about 12 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Install Depencies
```bash
$ pip install -r requirements.txt
```

# Run
```bash
$ python client.py --url=http://ttyd-url
# with username:password
$ python client.py --url=http://ttyd-url --credential='username:password'
```