{"id":37083845,"url":"https://github.com/itzmeanjan/fviz","last_synced_at":"2026-01-14T10:14:22.774Z","repository":{"id":57432775,"uuid":"277319900","full_name":"itzmeanjan/fviz","owner":"itzmeanjan","description":"Facebook Data Visualizer - made with \u003c3","archived":true,"fork":false,"pushed_at":"2020-08-08T15:54:56.000Z","size":4731,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-08T13:13:41.746Z","etag":null,"topics":["data-science","data-visualization","dataviz","facebook","facebook-d","facebook-data-analyzer","plotting","social-data-analysis","social-network"],"latest_commit_sha":null,"homepage":"https://itzmeanjan.github.io/fviz","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/itzmeanjan.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}},"created_at":"2020-07-05T14:37:03.000Z","updated_at":"2023-07-23T05:49:24.000Z","dependencies_parsed_at":"2022-08-27T21:11:18.949Z","dependency_job_id":null,"html_url":"https://github.com/itzmeanjan/fviz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itzmeanjan/fviz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmeanjan%2Ffviz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmeanjan%2Ffviz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmeanjan%2Ffviz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmeanjan%2Ffviz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzmeanjan","download_url":"https://codeload.github.com/itzmeanjan/fviz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzmeanjan%2Ffviz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data-science","data-visualization","dataviz","facebook","facebook-d","facebook-data-analyzer","plotting","social-data-analysis","social-network"],"created_at":"2026-01-14T10:14:22.083Z","updated_at":"2026-01-14T10:14:22.767Z","avatar_url":"https://github.com/itzmeanjan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fviz\n\n![banner](./ss/banner.png)\n\nFacebook Data Visualizer - made with \u0026lt;3\n\n**Released v1.0.0 on PyPI**\n\n## vision\n\nI was interested in understanding my facebook activity i.e. \n\n- How much time I'm spending on facebook\n- Which quarter of day I'm mostly active on facebook\n- Which are those profiles, I'm mostly interacting with\n- What's my facebook friending rate\n- How has my facebook browsing behaviour changed overtime etc.\n\nAlso I had a knack in checking how much data I'm giving to facebook. So, I thought of analysing exported facebook data and understanding what it is saying. \n\nLater on I thought of making this tool a portable and easy installable one. So that anyone with some simple installation skills can use this tool and generate several plots, and understand their own facebook activity.\n\nThis tool does strictly run on user's machine. It doesn't talk to any remote machine, so you can use it safely by feeding it your exported facebook data.\n\n## installation\n\n**fviz** can be installed using pip. Also make sure you've Python ( \u003e=3.7 ).\n\n```bash\n$ python3 -m pip install fviz -U\n```\n\n_Note: Add your default pip installation location to system **PATH** variable, so that you can invoke **fviz** from anywhere in system._\n\n## data\n\nYou can download your copy of facebook data as **JSON**, by following these [instructions](https://www.facebook.com/help/212802592074644).\n\n_Note: **fviz** only supports JSON data format._\n\n## usage\n\n`sink` is the directory where this *.zip* to be extracted. And `plots` is the directory where generated plots to be placed. You can set them as you will.\n\n```bash\n$ fviz facebook-userid.zip sink plots\n```\n\n## features\n\nAll these plots to be generated when you invoke *fviz* with proper params.\n\n- Likes and Reactions\n    - [Facebook Likes \u0026 Reactions by You](./docs/reactionsByYou.md)\n    - [Top 10 Facebook profiles, whose posts were mostly reacted by You](./docs/top10ProfilesWithMostlyReactedPostsByYou.md)\n    - [Detailed Facebook Likes \u0026 Reactions HeatMap](./docs/detailedReactionsHeatMap.md)\n    - [Weekly Accumulated Facebook Likes \u0026 Reactions HeatMap](./docs/weeklyAccumulatedReactionsHeatMap.md)\n    - [Top 3 Facebook profiles, whose posts were mostly liked \u0026 reacted by YOU, _per month_](./docs/top3ProfilesWithMonthlyMostReactedPosts.md)\n    - [Accumulated Facebook likes and reactions mapped onto each minute of a Day](./docs/accumulatedAcivityInEachMinuteOfDay.md)\n\n- Friends\n    - [Monthly Facebook Friends Created by YOU](./docs/monthlyFriendingRate.md)\n\n- Comments\n    - [Top 10 Facebook Profiles, with whom YOU mostly interacted in Facebook Comments](./docs/top10ProfilesWithMostlyCommentedPostsByYou.md)\n\n- Messages\n    - [Top X busiest Facebook Chats](./docs/top15FacebookChatsWithMostMessages.md)\n    - Top Private Facebook Chat Threads\n        - [Top X Private Facebook Chats, where you've shown most interest](./docs/top10PrivateFacebookChatsWithHighestContributionFromYOU.md)\n        - [Top X Private Facebook Chat Threads with lowest contribution from YOU](./docs/top10PrivateFacebookChatThreadsWithLowestContributionFromYOU.md)\n    - [Weekly Top Private Facebook Chat Thread for YOU](./docs/weeklyTopPrivateFacebookChatThreadForYou.md)\n\n- Misc\n    - [Facebook Activity on each Quarter of Day](./docs/facebookActivityOnEachQuarterOfDay.md)\n    - [Top X mostly interacted with Facebook Profiles](./docs/topXHighlyInteractedFacebookProfiles.md)\n\n\n**This section will keep getting populated !!!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzmeanjan%2Ffviz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzmeanjan%2Ffviz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzmeanjan%2Ffviz/lists"}