Install https://github.com/vi/websocat to setup a local proxy between wss://ws.ptt.cc/bbs and 127.0.0.1:1337:
$ websocat --oneshot --binary --origin=https://term.ptt.cc tcp-l:127.0.0.1:1337 wss://ws.ptt.cc/bbs
Now use telnet localhost 1337
to connect to PTT. Sadly it will show things with a specialized Big5 + UAO (Unicode 補完計畫), which is not compatible with most of the terminals.
To solve this, either
- Enter username with comma like
username,
, then PTT will show characters in UTF8 after the login screen.