Antonizoon

Results 15 issues of Antonizoon

Apparently 8chan has a [4chan API](https://github.com/ctrlcctrlv/infinity/blob/master/inc/api.php) compatible API. Should be pretty easy to implement in the BASC-Archiver, in that case. Though there may be some small divergences in the future...

enhancement
site support

I've finished adapting py4chan to create [py420chan](https://github.com/bibanon/py420chan), since 420chan's API is [so similar to 4chan's.](http://api.420chan.org). It would be great if 420chan was now supported on the BASC-Archiver. One thing to...

enhancement

It's about time for us to create a JSON templating system, which will be integrated as part of the `.chan.arc` standard. This way, we don't have to manually retrieve the...

In `fourchan.py`, there happen to be these notes in line 246: ``` # TODO: extend BASC-py4chan to give us this number directly self.threads[thread_id]['total_files'] = len(list(thread['thread'].filenames())) ``` And line 255: ```...

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

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

I've been browsing around and have not yet seen a Kanban board system that has a proper Android app, which has been the key thing forcing me to stick with...

[4chan has migrated to 4cdn.org](http://chrishateswriting.com/post/68794699432/small-things-add-up) for images, api. and thumbnails. The old links will probably be inaccessible soon, so I updated py4chan to work with it.

[4chan has migrated to `4cdn.org`](http://chrishateswriting.com/post/68794699432/small-things-add-up) for images, api. and thumbnails, so the old links are now unusable and need to be updated. Since Edgeworth seems to be totally MIA, and...

In the current system, normal and even just anonymous users can delete pages. It is relatively easy to fix a revision or delete spam pages, but it is not so...