BASC-Archiver
BASC-Archiver copied to clipboard
Python-based Imageboard (4chan) complete thread archiver.
One of the great ideas suggested by @antonizoon is generating an `index.html` file in the root or somewhere we can use to browse the various threads in our archive. That...
Honestly, I feel like I should implement a command-line switch to generate WARC files while downloading threads, so I can upload them to the [Wayback Machine](http://web.archive.org/) or do whatever else,...
It is a nightmare going through the dozens of folders of archived threads without no way to differentiate between them. A --title option would be enormously welcomed. Also, if you...
Being able to archive threads from the FoolFuuka archivers would be nice. [This list](https://github.com/MayhemYDG/archives.json/blob/master/archives.json) may be useful.
It seems that threads added by `--follow-children` get duplicated, so if the same thread is linked three times by different threads it'll be added to our list three times in...
"Keep downloading until 404 (with a user-set delay)" As the title says, it keeps going even if the thread 404s. It gets REALLY annoying when you have multiple ones running....
Amazingly, using the QPython app, you can get a full Python interpreter for Android. This means that the BASC-Archiver can be run as a command line app without modifications on...
Another thing suggested by @antonizoon is getting a GUI up and running. I've never done any GUI work on Python myself but I'll have a look and a play with...
Might seem daunting, but thanks to new technology ([Kivy Python NUI](http://kivy.org/)) it is extremely easy to make a cross platform touchscreen GUI with Python. Kivy supports iOS/Android/Windows/Mac OS X/Linux. And...