GitXplorerGitXplorer
a

deface

public
9 stars
0 forks
0 issues

Commits

List of commits on branch boss.
Verified
fb002b19e09e060a7c9fb59eb933cf5746ede774

Make run script more robust

aapparebit committed 3 years ago
Verified
375dca07907621a9ef5f6344c17a18cf2bda3a1b

Handle more variations in raw post format

aapparebit committed 3 years ago
Verified
440aeafd45be7f05a425c41a4a5625d3f3871952

Make doc generation run on Python 3.7

aapparebit committed 3 years ago
Verified
486506af7bc97e9fb654398d66626749a347ca3e

Make many more fields mergeable and add helper functions for that

aapparebit committed 3 years ago
Verified
84ab88804ebde18fd3e3b460ec5a37624a92ba12

Expand space after emoji

aapparebit committed 3 years ago
Verified
995f55874c2c75573834b804400b4828991052ab

Add support for enforcing size constraints on lists

aapparebit committed 3 years ago

README

The README file for this repository.

deface: Liberate Your Posts From Facebook

deface cleans and consolidates posts exported through Facebook's Download Your Information page. It fixes the broken character encoding, removes duplicate fields, and converts to a more compact and well-defined schema comprising only seven record types. It also combines the posts from several archives exported from Facebook into a single, coherent timeline.

deface helps extricate your content from Facebook, so that you can permanently extricate yourself from the social network. That matters because Facebook is an imminent threat to human rights and democracy all over the world. I made the case against Facebook as an invited talk at Rebase/SPLASH in November 2020.

To install deface:

$ pip install deface-social

To run deface:

$ deface posts/your_posts_1.json

Please see the documentation for more information about deface, including on usage and background. deface has been released as open source under the Apache 2.0 license.