Ben Tasker [Wed, 02 Nov 2016 15:07:20 +0000 ]
Updated to note script is now Py3
Ben Tasker [Wed, 02 Nov 2016 15:06:10 +0000 ]
Merge pull request #3 from jNullj/master
shebang fix.
jNullj [Wed, 13 Jul 2016 17:06:34 +0000 ]
shebang fix.
#!/usr/bin/env python calles python 2
#!/usr/bin/env python3 should be used insted
Ben Tasker [Mon, 11 Jul 2016 12:53:18 +0000 ]
Merge pull request #2 from jNullj/master
Updated the code to work on newer versions of python (3.5+) fixes #1
jNullj [Mon, 11 Jul 2016 08:09:30 +0000 ]
Fixed port
jNullj [Mon, 11 Jul 2016 08:07:45 +0000 ]
Updated to work on python 3.5
print is now required to be used as print('test')
and ConfigParser was changed to configparser
fixed some spacing/tab issues
and decleared bytes with b to avoid join problems (join expects string unless there is b before the calling string and should recive all parameters as bytes)
B Tasker [Mon, 20 Jan 2014 04:38:51 +0000 ]
Updated README
B Tasker [Mon, 20 Jan 2014 04:31:25 +0000 ]
Updated README
B Tasker [Mon, 20 Jan 2014 04:00:39 +0000 ]
Made script executable
B Tasker [Mon, 20 Jan 2014 02:39:09 +0000 ]
Added license
B Tasker [Mon, 20 Jan 2014 02:36:36 +0000 ]
Added config file to gitignore
B Tasker [Mon, 20 Jan 2014 02:21:30 +0000 ]
Added codebase
B Tasker [Mon, 20 Jan 2014 02:21:14 +0000 ]
Updated gitignore
Ben Tasker [Mon, 20 Jan 2014 02:16:46 +0000 ]
Initial commit