{"id":29797715,"url":"https://github.com/antrubtor/socialstats","last_synced_at":"2025-07-28T07:02:19.449Z","repository":{"id":306844301,"uuid":"1019503439","full_name":"Antrubtor/SocialStats","owner":"Antrubtor","description":"Analyze your personal data from Discord, Instagram, Snapchat, and WhatsApp. View your call durations, response times, voice messages, and messaging activity in clean Excel charts.","archived":false,"fork":false,"pushed_at":"2025-07-27T23:32:46.000Z","size":354,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T01:13:42.392Z","etag":null,"topics":["call-duration","chat-export","data-analysis","data-visualization","discord","excel","instagram","message-frequency","message-history","snapchat","social-networks-statistics","whatsapp"],"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/Antrubtor.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,"zenodo":null}},"created_at":"2025-07-14T12:30:41.000Z","updated_at":"2025-07-23T22:39:21.000Z","dependencies_parsed_at":"2025-07-28T01:13:44.842Z","dependency_job_id":"75220278-d7fe-4d74-acdd-4fed0a391d54","html_url":"https://github.com/Antrubtor/SocialStats","commit_stats":null,"previous_names":["antrubtor/socialstats"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Antrubtor/SocialStats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antrubtor%2FSocialStats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antrubtor%2FSocialStats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antrubtor%2FSocialStats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antrubtor%2FSocialStats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Antrubtor","download_url":"https://codeload.github.com/Antrubtor/SocialStats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antrubtor%2FSocialStats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267475779,"owners_count":24093356,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["call-duration","chat-export","data-analysis","data-visualization","discord","excel","instagram","message-frequency","message-history","snapchat","social-networks-statistics","whatsapp"],"created_at":"2025-07-28T07:00:48.478Z","updated_at":"2025-07-28T07:02:19.415Z","avatar_url":"https://github.com/Antrubtor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 SocialStats\r\n\r\n**SocialStats** is a tool that analyzes your personal data from various social networks to provide **clear and visual statistics** about your online interactions.\r\nIt aggregates, merges, and visualizes advanced stats (response delay, activity over time, call durations, etc.) into **Excel graphs** that are easy to read and understand.\r\n\r\n---\r\n\r\n## 🧩 Features\r\n\r\n* 📅 See how many messages you sent and received over time\r\n* ⏱️ Measure your average response delay and your contacts’ (Instagram, Snapchat, WhatsApp)\r\n* 🕐 View your activity by **hour**, **day**, **week**, **month**, or **year**\r\n* 📞 Get your total voice call time (Discord only)\r\n* 🎙️ See your total voice message time (Instagram, Snapchat)\r\n* 📊 Compare how much you interact with different people\r\n* 📦 Merge all your networks into a **single unified Excel file**\r\n\r\n\u003e [!TIP]\r\n\u003e Don’t forget to check the **\"Global\"** sheet in the Excel file — it contains more specific and aggregated information.\r\n\r\n\u003e [!WARNING]\r\n\u003e Too many contacts = unreadable Excel.\r\n\u003e The program will ask you to define a **minimum number of messages per conversation** so only relevant ones are included.\r\n\r\n---\r\n\r\n## 🛠️ Requirements\r\n\r\n- [Python 3.10+](https://www.python.org/downloads/)\r\n- [pip](https://pip.pypa.io/en/stable/installation/)\r\n- [Excel](https://www.microsoft.com/en-us/microsoft-365/excel) or [LibreOffice](https://www.libreoffice.org/)\r\n\r\n---\r\n\r\n## 🚀 Setup \u0026 Run\r\n\r\n### 🔵 On Windows\r\n\r\n```\r\npython setup.py\r\n.venv\\Scripts\\activate\r\npython main.py\r\n```\r\n\r\n### 🟢 On Linux / macOS\r\n\r\n```\r\npython3 setup.py\r\nsource .venv/bin/activate\r\npython3 main.py\r\n```\r\n\r\n\u003e [!WARNING]\r\n\u003e If you encounter any bug, please open an **issue** and explain the problem in detail — so I can fix it quickly.\r\n\r\n---\r\n\r\n## 🗂️ How to download your data\r\n\r\n### 🟣 Discord *(can take up to 30 days)*\r\n\r\n1. Go to ⚙️ Settings \u003e **Data \u0026 Privacy**\r\n2. Click **Request all of my data**\r\n3. Select **everything**\r\n\r\n### 🟠 Instagram *(takes less than 1 hour)*\r\n\r\n1. Go to **Settings \u003e Account Center**\r\n2. Choose **Your information and permissions**\r\n3. Click **Download your information**\r\n4. Options:\r\n\r\n   * Date range: **All time**\r\n   * Format: **JSON**\r\n   * Media quality: **High**\r\n\r\n### 🟡 Snapchat *(can take up to 1 day)*\r\n\r\n1. Go to **Settings \u003e My Data**\r\n2. Select everything, especially **Export JSON files**\r\n3. Choose **All time** as period\r\n\r\n### 🟢 WhatsApp *(instant)*\r\n\r\n1. Open a conversation\r\n2. Tap `⋮ \u003e More \u003e Export Chat`\r\n3. Choose **Without media**\r\n\r\n---\r\n\r\n## 🧪 JSON Export *(in development)*\r\n\r\nStandard export of all your conversations in a **clean and unified JSON format**.\r\nUseful for re-importing, cross-platform comparisons, or visualizations.\r\n\r\n---\r\n\r\n## 🖼️ Media Export *(in development)*\r\n\r\nAutomatically export all **images** and **videos** from supported platforms into a single folder.\r\n\r\n---\r\n\r\n## 📷 Example outputs\r\n\r\n\u003ctable\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd\u003e\u003cimg src=\".ressources/cumul_per_day.png\" width=\"400\"/\u003e\u003c/td\u003e\r\n    \u003ctd\u003e\u003cimg src=\".ressources/answer_delay.png\" width=\"400\"/\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n  \u003ctr\u003e\r\n    \u003ctd\u003e\u003cimg src=\".ressources/msg_per_hour.png\" width=\"400\"/\u003e\u003c/td\u003e\r\n    \u003ctd\u003e\u003cimg src=\".ressources/proportion_contact.png\" width=\"400\"/\u003e\u003c/td\u003e\r\n  \u003c/tr\u003e\r\n\u003c/table\u003e\r\n\r\n---\r\n\r\n## 📄 License\r\n\r\nThis project is licensed under the **MIT License**.\r\nFeel free to fork or reuse — just make sure to **credit [Antrubtor](https://github.com/Antrubtor)**.\r\n\r\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantrubtor%2Fsocialstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantrubtor%2Fsocialstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantrubtor%2Fsocialstats/lists"}