BASC-Archiver icon indicating copy to clipboard operation
BASC-Archiver copied to clipboard

Python-based Imageboard (4chan) complete thread archiver.

Results 33 BASC-Archiver issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...

enhancement

We should be grabbing banners as well on threads.

bug

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...

enhancement

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.

enhancement
site support

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...

bug
confirm fixed

"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....

bug

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...

enhancement

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...

enhancement

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...

enhancement