Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krypton-byte/ttyd-over-terminal
- Owner: krypton-byte
- Created: 2022-03-03T14:47:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T18:10:59.000Z (about 2 years ago)
- Last Synced: 2025-01-04T20:44:54.356Z (5 days ago)
- Topics: client, remote, terminal, ttyd
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```