Skip to content

SamGalanakis/reddit_clique

Repository files navigation

reddit_clique

Community visualization project for network science. The idea is to visualize music communities (subreddits) on reddit. The connections between these subreddits are made by the number of common commenters (have commented at least once on both subreddits in a given timespan). The size of the communities is the number of unique commenters. The subreddit lists and classificatiomn by genre is taken from here and is parsed by "subreddit_extractor.py".

The commenters data for each subreddit is collected through the pushlift api in "main.py" and requires credentials stored in "credentials.json" in root.

The network is then created using networkx in "make_network.py" to output gephi readable format for further editing.

Example network grapg

About

Community network from Reddit music subreddits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages