Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

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

Notifications You must be signed in to change notification settings

acipm/Tox-DHTNodes-Updater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%