31 lines
918 B
Org Mode
31 lines
918 B
Org Mode
* Vibe CODE ALERT!!!
|
|
This was heavily vibe coded but I also read (most) of the code and it doesn't really do much so it should be fine and it works yay?
|
|
|
|
Feel free to make PR for anything BREAKING
|
|
* TalkU but for Linux..and in Python
|
|
|
|
for the two egyptians using Linux and trying to playing Hell Divers 2
|
|
|
|
* Usage
|
|
|
|
This project requires [[https://www.wireguard.com/install/][WireGuard]] to be installed and [[https://github.com/erebe/wstunnel][wstunnel]] make sure you have them installed first!
|
|
|
|
Connecting:
|
|
`sudo python3 talk-linux.py connect`
|
|
|
|
|
|
Disconnecting:
|
|
`sudo python3 talk-linux.py disconnect`
|
|
|
|
|
|
|
|
Checking Status:
|
|
`sudo python3 talk-linux.py status`
|
|
* CREDITS
|
|
|
|
The awesome original TalkU Project is what makes this possible and this is just a rewrite for it to work on Linux systems and in python because shell scripts got too complex
|
|
https://github.com/JustYousefSameh/TalkU
|
|
|
|
Without the original TalkU
|
|
|