/Tox-DHTNodes-Updater

Run this to fetch the running servers from http://wiki.tox.im/Servers into your local file for Toxic, etc.

Primary LanguagePython

Tox-DHTNodes-Updater

Run this to fetch the running nodes from http://wiki.tox.im/Nodes into your local file for Toxic, etc.

Usage

Linux

for Python3:

chmod +x DHTNodes_updater.py
./DHTNodes_updater.py /usr/local/share/toxic

for Python2:

chmod +x DHTNodes_updater.py
./DHTNodes_updater_python2.py /usr/local/share/toxic

Mac OSX

for Python3:

chmod +x DHTNodes_updater.py
./DHTNodes_updater.py /usr/local/share/toxic

for Python2:

chmod +x DHTNodes_updater.py
./DHTNodes_updater_python2.py /usr/local/share/toxic

Windows

for Python3:

C:\Python33\python.exe DHTNodes_updater.py %APPDATA%\..\local\tox\DHTnodes

for Python2 (i guess it works like this, i don't use windows):

C:\Python33\python.exe DHTNodes_updater_python2.py %APPDATA%\..\local\tox\DHTnodes

Todo

  • Python 2.7 and Python 3 Compability in one script.