Skip to main content

A common language independent and cross-network social-media data scheme.

Project description

LBSNSTRUCTURE

A python compiled version of the common location based social network (LBSN) data structure concept (ProtoBuf) to handle cross network Social Media data in Python. There are several motivations for prividing a common LBSN interchange data structure. Firstly, the GDPR directly requests Social Media Network operators to allow users to transfer accounts and data inbetween services. While there are attempts by Google, Facebook etc. (see data-transfer-prject), it is not currently possible. With this structure concept, we follow an independent road. A primary goal is to systematically characterize LBSN data aspects in a common scheme that enables privacy-by-design for connected software, transfer scripts and database design.

Quick Start

Install with:

pip install --upgrade lbsnstructure

Import to python projecty with:

import lbsnstructure

.. or compile newest version from Protofiles

  1. Clone git Repository git clone git@gitlab.vgiscience.de/lbsn/concept
  2. Install Protocoll Buffers
  3. Compile structure to python package protoc --python_out=examples/python lbsnstructure/structure.proto
  4. Install with pip install . in examples/python

Developers

For development & testing, make a local clone of this repository

git clone git@gitlab.vgiscience.de:lbsn/concept.git

Go to subfolder examples\python and symlink the folder to your
Python's site-packages folder with:

python setup.py develop

Now, lbsnstructure should be available through your python path and directly link to the local git clone directory.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lbsnstructure-0.2.6.211.tar.gz (7.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page