A survey platform that doesn't use any client side scripting
I wanted a survey site for tor, and since it's best practice to disable javascript and wasm, I couldn't use those.
- Download the source code from the latest release
- Extract the file
- Change the
HostName
& mentions ofSITE
inindex.py
- Edit index.html to be your own kind of thing
- Run
index.py
withpython3
This is my first real project in python, and I didn't really care if it was that good. I just wanted to do it.