fedecalendino / reddit-graph-releases

Releases for the reddit-graph project

Home Page:https://github.com/fedecalendino/reddit-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REDDIT-GRAPH v2023.11.09.165109

This project aims to build a graph of subreddit links based on how they reference each other.

The database dumps in (csv format) can be found HERE!.

SUBREDDITS

PROPERTIES

  • name (str): name of the subreddit.
    • between 2 and 21 characters (lowercase letters, digits and underscores).
  • type (str): type of the subreddit.
  • title (str): title of the subreddit
  • description (str): short description of the subreddit.
  • subscribers (int?): amount of subscribers at the moment.
  • nsfw (bool?): indicator if its flaged as not safe for work 🔞.
  • quarantined (bool?): indicator if it has been quarantined 😷.
  • color (str): key color of the subreddit.
  • img_banner (str?): url of the image used as the banner.
  • img_icon (str?): url of the image used as the icon (snoo).
  • created_at (datetime): utc timestamp of when the subreddit was created.
  • updated_at (datetime): utc timestamp of when the information of the subreddit was last updated.

note: the '?' indicates that the value can be null under certain conditions.

STATS

TYPE AMOUNT
TOTAL 151856
public 67057
banned 39819
restricted 22887
public [nsfw] 10359
private 9006
restricted [nsfw] 2628
public [quarantined] 24
restricted [quarantined] 21
archived 18
premium 12
public [nsfw] [quarantined] 9
user [nsfw] 6
user 5
employees 2
error 1
archived [nsfw] 1
restricted [nsfw] [quarantined] 1

LINKS

PROPERTIES

  • source (str): name of the subreddit where the link was found.
  • target (str): name of the linked subreddit.
  • type (str): place where the reference from source to target was found.
  • updated_at (datetime): utc timestamp of when the information the link was last updated.

STATS

TYPE AMOUNT
TOTAL 588820
sidebar 319439
wiki 252444
topbar 9579
description 7358