Skip to content

Releases: apparebit/deface

Handle more pathologies in post data

07 Oct 06:02
44f6c9e
Compare
Choose a tag to compare

This release handles several pathologies discovered in archive files generated between July 2018 and September 2021. That includes a character encoding issue that was triggered by my own posts on Facebook describing a character encoding issue in the post data. 😵‍💫

Better documentation, better build script

21 Sep 21:55
3e757ff
Compare
Choose a tag to compare

For this release, the documentation saw extensive TLC. Furthermore, the bespoke build script run.py has been refactored to use internal namespaces for utility functions and to more aggressively validate some operations. It's now at a little over 500 lines of code.

deface reaches feature completeness

18 Sep 19:40
f9a970a
Compare
Choose a tag to compare
  • The model can be reinstated from JSON through from_dict() class methods
  • The run.py build utility bootstraps the virtual environment and installs dependencies automatically

Initial release

08 Sep 15:11
b7e08d5
Compare
Choose a tag to compare

deface ingests one or more your_posts_n.json files from Facebook data archives, simplifies and cleans the posts, and then writes the clean posts to standard output. This first release marks the fact that the command line tool is feature complete.