pywhatauto
pywhatauto copied to clipboard
Make pywhatauto Python3 compatible
Ran 2to3 and updated the function calls that gave errors when running. Primarily required changes in irclib.py. Tore out the old torrentparser code and replaced it with 7sDream/torrent_parser
Changed most file interactions to text mode instead of binary mode to avoid running decode() manually.