{"id":13567030,"url":"https://github.com/memgraph/reddit-network-explorer","last_synced_at":"2025-06-25T22:30:32.103Z","repository":{"id":45748935,"uuid":"399356787","full_name":"memgraph/reddit-network-explorer","owner":"memgraph","description":"A graph-powered Reddit explorer that can perform real-time graph visualizations and sentiment analysis.","archived":false,"fork":false,"pushed_at":"2024-05-13T10:23:00.000Z","size":1477,"stargazers_count":53,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T01:32:16.112Z","etag":null,"topics":["memgraph","network-analysis","reddit","reddit-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/memgraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-24T06:18:37.000Z","updated_at":"2025-02-16T05:35:31.000Z","dependencies_parsed_at":"2024-05-13T11:52:51.163Z","dependency_job_id":null,"html_url":"https://github.com/memgraph/reddit-network-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/memgraph/reddit-network-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Freddit-network-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Freddit-network-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Freddit-network-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Freddit-network-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memgraph","download_url":"https://codeload.github.com/memgraph/reddit-network-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Freddit-network-explorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261962050,"owners_count":23236859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["memgraph","network-analysis","reddit","reddit-api"],"created_at":"2024-08-01T13:02:21.970Z","updated_at":"2025-06-25T22:30:32.023Z","avatar_url":"https://github.com/memgraph.png","language":"Python","readme":"\u003ch1 align=\"center\"\u003e\n 🔍 Reddit Network Explorer 🔍\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/memgraph/reddit-network-explorer/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/memgraph/reddit-network-explorer\" alt=\"license\" title=\"license\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/memgraph/reddit-network-explorer\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" alt=\"build\" title=\"build\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"#contributors-\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/all_contributors-3-green.svg?style=flat\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=memgraphdb\"\u003e\u003cimg\n    src=\"https://img.shields.io/twitter/follow/memgraphdb.svg?label=Follow%20@memgraphdb\"\n    alt=\"Follow @memgraphdb\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/memgraph/reddit-network-explorer\"\u003e\n    \u003cimg src=\"https://public-assets.memgraph.com/github-readme-images/reddit-network-explorer.png\" \n         alt=\"reddit-network-explorer\" \n         title=\"reddit-network-explorer\"\n         style=\"width: 80%\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThe **Reddit Network Explorer** is a web application that lets you visualize a\nsubreddit in real-time as well as perform sentiment analysis and different\nnetwork analysis algorithms.\n\n\u003e [!NOTE]  \n\u003e We no longer host the Reddit Network Explorer app on `reddit.memgraph.com`. You can still check out this project to learn how to build an app with Memgraph.\n\n\n## 📚 Data model\n\n\u003cimg src=\"https://public-assets.memgraph.com/reddit-network-explorer/memgraph-blog-reddit-graph-data-model.png\" \n         alt=\"reddit-network-explorer\" \n         title=\"reddit-network-explorer\"\n         style=\"width: 80%\"/\u003e\n\n## 🖥️ Run the app locally\n\nThe simplest way of running the app locally is by using [Docker\nCompose](https://docs.docker.com/compose/install/). Just run the following\ncommands in the root directory:\n\n```\ndocker-compose build\ndocker-compose up backend-app\ndocker-compose up frontend-app\ndocker-compose up reddit-stream\n```\n\nMake sure to set up a Reddit account and go to https://www.reddit.com/prefs/apps in order to create an app so you can\nget the `client_id` and `client_secret`.\nYou will need those to set up the Reddit stream in `reddit-stream/app.py` (line 106-109):\n\n```python\n    reddit = praw.Reddit(\n        client_id=\"***REMOVED***\",\n        client_secret=\"***REMOVED***\",\n        user_agent=\"graph-demo data fetcher\")\n```\n\nThe app will need to run a while to populate with comments and users,\nso make sure to keep it running for 10-15 minutes to see some data flowing in.\n\n## ❔ Find out more about Memgraph\n\nMemgraph makes creating real-time streaming graph applications accessible to\nevery developer. Spin up an instance, consume data directly from Kafka, and\nbuild on top of everything from super-fast graph queries to PageRank and\nCommunity Detection.\n\n- [Memgraph Docs](https://docs.memgraph.com)\n- [Memgraph Download](https://memgraph.com/download)\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/antonio2368\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17751307?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAntonio Andelic\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/cizl\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3769376?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavid Lozic\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/g-despot\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/66276597?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIvan Despot\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!!\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgraph%2Freddit-network-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemgraph%2Freddit-network-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgraph%2Freddit-network-explorer/lists"}