Baselight

Reddit Conspiracy Theory

r/ConspiracyTheory subreddit posts and comments

@kaggle.gpreda_reddit_conspiracy_theory

Loading...
Loading...

About this Dataset

Reddit Conspiracy Theory

Context

Cryptocurrency (r/ConspiracyTheory), is a subreddit where people discuss about various Conspiracy Theories.

The data is not filtered.

Collection

Reddit posts from subreddit ConspiracyTheory, downloaded from https://www.reddit.com/r/ConspiracyTheory using praw (The Python Reddit API Wrapper).

Script used for collection can be found here: Reddit extract content

Content

Data contains both posts and comments.
Both posts and comments contains the following fields:

  • title - relevant for posts
  • score - relevant for posts - based on impact, number of comments
  • id - unique id for posts/comments
  • url - relevant for posts - url of post thread
  • commns_num - relevant for post - number of comments to this post
  • created - date of creation
  • body - relevant for posts/comments - text of the post or comment
  • timestamp - timestamp

Inspiration

You can use the data to:

  • Perform sentiment analysis;
  • Identify discussion topics;

Tables

Reddit Ct

@kaggle.gpreda_reddit_conspiracy_theory.reddit_ct
  • 290.37 KB
  • 1197 rows
  • 8 columns
Loading...

CREATE TABLE reddit_ct (
  "title" VARCHAR,
  "score" BIGINT,
  "id" VARCHAR,
  "url" VARCHAR,
  "comms_num" BIGINT,
  "created" DOUBLE,
  "body" VARCHAR,
  "timestamp" TIMESTAMP
);

Share link

Anyone who has the link will be able to view this.