A Python package for working with export files of your personal data from the big social media platforms.
Project description
Overview
Landowner is a Python package designed to work with the JSON files that social media platforms provide when you request a copy of your personal data. This project aims to provide tools to parse, analyze, and manage your personal data efficiently.
Features
Parse complex JSON files from social media platforms into a structured format using straightforward classes with attributes.
Deserializers for exports from Meta social media platforms are supported, including Facebook and Instagram.
Support for handling mojibaking and other encoding issues with post content.
Future Features
Deserializers for other social media platforms, such as X (formerly Twitter).
Installation
To install the project, use pip:
pip install landowner
You can also clone the repository and install the required dependencies:
git clone https://github.com/loranallensmith/landowner.git
cd landowner
pip install -r requirements.txt
Usage
To start using the project, run the following command:
import json
from landowner.deserializers import FacebookExportPostDeserializer
ds = FacebookPostExportDeserializer()
with open('path/to/facebook.json') as f:
data = json.load(f)
posts = ds.deserialize(data)
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License
This project is licensed under the GNU General Public Licence v3.0. See the LICENSE file for more details.
Contact
For any questions or inquiries, please contact Drop Table Records at info@droptablerecords.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file landowner-0.1.1.tar.gz.
File metadata
- Download URL: landowner-0.1.1.tar.gz
- Upload date:
- Size: 61.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73205e00b5b0563bf7e88d7bd92394d47f0c17a84a42a7de2fc0af9d55faddc9
|
|
| MD5 |
d6dfae62129f7f6ef98efb7a1cfb1f97
|
|
| BLAKE2b-256 |
2d1ff3da100c1200871390c951eb603bc9ecd0246d0fb1f9da3f91392747db9d
|
File details
Details for the file landowner-0.1.1-py3-none-any.whl.
File metadata
- Download URL: landowner-0.1.1-py3-none-any.whl
- Upload date:
- Size: 33.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2b552d72eef8c8b16c8240fb55edf6d4009fa3d52db616382bdbdf2573b9948
|
|
| MD5 |
cd902c5f109d05f4dbf0ac0bd1d761ab
|
|
| BLAKE2b-256 |
b47f8d93a0f3f49c3c5d95977e548a0ba5c6005de178f8920c7bc873e8ef6839
|