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

Python wrapper for 4chan API. The BA's vastly improved fork of Edgeworth's original.

Results 6 BASC-py4chan issues
Sort by recently updated
recently updated
newest added

fixes: 1. NameError: name 'all_ids' is not defined 2. SyntaxError: expected ':' 3. NameError: name 'name' is not defined 4. NameError: name 'email' is not defined

Check the commit messages for more detailed information please. There's a single API-breaking change in the board module: users are now forced to use any of the `get_board...` functions to...

https://github.com/bibanon/BASC-py4chan/blob/24d3b73d95f6aa43666e1be0f58d79b33bc47733/basc_py4chan/post.py#L159 Should be ```python self.file1.thumbnail_height ```

We should have tests written to ensure we don't break backwards compatibility (and the lib in general) without knowing about it. This should happen before we release 1.0.0

Since I am going to try and create py8chan and py420chan wrapper classes (since their APIs were based on 4chan's API), [I have been refactoring the BASC-py4chan wrapper to make...

enhancement

Got this exception while updating. Related to #14 ``` Exception in thread Thread-5: Traceback (most recent call last): File "/basc_archiver/sites/base.py", line 62, in run File "/basc_archiver/sites/fourchan.py", line 219, in download_item...

bug