Kyle Mohr
Kyle Mohr
I ran these instructions from the README: ``` git clone https://github.com/stanislav-web/OpenDoor.git cd OpenDoor/ pip3 install -r requirements.txt chmod +x opendoor.py ``` Then when I ran `python3 opendoor.py`, I received the...
### What happened? Steps to reproduce: 1. Try installing WireGuard via a command line option or an .env file 2. WireGuard prompts for user input: ``` Setup has detected that...
Fixes #1
Hello! In the "Quick Deployment" section of the README, the link to https://goindex.glitch.me/ is no longer working. It appears to have been suspended for "Violating Terms of Service", which sounds...
Hello! signalwire-python relies on `twilio==6.54.0`, which relies on `PyJWT==1.7.1`, a very old version of PyJWT from 2018. A package I need to use requires a newer PyJWT, and [here is...