Individual Posts

Description

This dataset provides the individual posts in the Lens Protocol that are sent between 01.01.2024 and 04.04.2024. It is important to note that because the content of a post can be any multimedia, we have decided to not put the data directly, rather have a column that contains the URI of the content.

Schema

  • call_block_time- timestamp of the post creation

  • profileID - id of the profile which created the post

  • contentURI - URI that contains the content of the post

Potential Use Cases

  • Profanity Checker

  • Sentiment Analysis

Use example

from giza_datasets import DatasetsLoader

# Usage example:
loader = DatasetsLoader()
df = loader.load('lens-posts')

Last updated