##The Chandler [4chan issue FIXED!]
==============
- Allows downloading multiple image threads at the same time, until it reaches 404
- Able to pause/continue downloads
- Able to delete thread folders
- Options available: copy url, open in browser, open in file explorer, continue, pause, clear, delete folder
- Urls and state is saved when the program is closed and recovered once opened
-
To use the program you will need python3.2 and and pyqt4 bindings for python3
-
For ubuntu, just do: "sudo apt-get install python3.2 python3-pyqt4"
-
For windows, install python3.2:
-
(32 bits) http://www.python.org/ftp/python/3.2/python-3.2.msi
-
(64 bits) http://www.python.org/ftp/python/3.2/python-3.2.amd64.msi
-
and pyqt4
-
(32 bits) http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-Py3.2-x86-gpl-4.9.1-1.exe
-
(64 bits) http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-Py3.2-x64-gpl-4.9.1-1.exe
- To execute, just run 4chan_gui.py
- Alternatively, you can run it in command line with "python3.2 4chan_gui.py [url_db]"
- Where url_db is the alternative name for the file where urls are saved with their state
- WTFPL - Do What The Fuck You Want To Public License
- See LICENSE for more information