I have a web server that can run python scripts, but I have no experience at all with python. I uploaded the file (TorBulkExitList.py) to my server inside the cgi-bin folder and I tried calling it in the browser but it's giving me a 500 Internal Server Error. Here's the python script:
https://svn.torproject.org/svn/check/trunk/cgi-bin/TorBulkExitList.py
Is there anything I need to do before I could run this script? I didn't change anything from the script at all. Any other alternative, I just need to get a list of the TOR exit IPs. I'm on a Linux/PHP/Apache server btw.