Pychan

Latest version: v0.8.0

Safety actively analyzes 633451 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.3.0

Added

* Implemented the `get_archived_threads()` method (by
[cooperwalbrun](https://github.com/cooperwalbrun))

Changed

* Changed the `stickied` and `closed` fields on the `Thread` model to `is_stickied` and `is_closed`
(by [cooperwalbrun](https://github.com/cooperwalbrun))

0.2.3

Added

* The `FourChan`, `LogLevel`, and `PychanLogger` entities can now be imported directly from `pychan`
(by [cooperwalbrun](https://github.com/cooperwalbrun))
* Added the `name` and `is_moderator` fields to the `Poster` model (by
[cooperwalbrun](https://github.com/cooperwalbrun))

Changed

* The `poster` field on the `Post` model is no longer optional (by
[cooperwalbrun](https://github.com/cooperwalbrun))

0.2.2

Added

* The `File` model now includes the file's size and dimensions (by
[cooperwalbrun](https://github.com/cooperwalbrun))
* Added more logging to the `FourChan` class (by
[cooperwalbrun](https://github.com/cooperwalbrun))

Changed

* All methods in the `FourChan` class now properly handle "unparsable" boards (by
[cooperwalbrun](https://github.com/cooperwalbrun))

0.2.1

Added

* The `Post` model now includes the post's timestamp in the `timestamp` field (by
[cooperwalbrun](https://github.com/cooperwalbrun))
* The `Thread` model now has `stickied` and `closed` boolean fields (by
[cooperwalbrun](https://github.com/cooperwalbrun))
* Created the `Poster` model and updated the `Post` model to use it (by
[cooperwalbrun](https://github.com/cooperwalbrun))

Fixed

* Fixed thread titles being truncated and ellipsized (by
[cooperwalbrun](https://github.com/cooperwalbrun))

0.2.0

Added

* Implemented the `search()` method, which leverages 4chan's native search functionality internally
(by [cooperwalbrun](https://github.com/cooperwalbrun))
* Added docstrings to all user-facing functions (by
[cooperwalbrun](https://github.com/cooperwalbrun))

Changed

* Changed the `get_all_threads_for_board()` method name to `get_threads()` (by
[cooperwalbrun](https://github.com/cooperwalbrun))

Removed

* Removed the opinionated `get_all_threads()` method to simplify the code base and keep its scope
more appropriate for its desired intent (by [cooperwalbrun](https://github.com/cooperwalbrun))

0.1.1

Changed

* The `File` model's `name` field will no longer ever be `None` (to correspond to 4chan's real
behavior) (by [cooperwalbrun](https://github.com/cooperwalbrun))

Fixed

* Fixed file names not being properly discovered on posts from the `get_posts()` operation (by
[cooperwalbrun](https://github.com/cooperwalbrun))

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.