{"id":26768172,"url":"https://github.com/codecat1111/google-wrapped","last_synced_at":"2025-03-28T21:19:54.623Z","repository":{"id":258161532,"uuid":"871132469","full_name":"codecat1111/Google-Wrapped","owner":"codecat1111","description":"A knockoff of Spotify Wrapped that uses Google Search History, Youtube History, and other history of a specific Google Account recovered through Google Export and displaying statistical data using pandas and other libraries","archived":false,"fork":false,"pushed_at":"2025-01-12T14:07:19.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-12T15:23:45.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codecat1111.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-11T10:36:24.000Z","updated_at":"2025-01-12T14:07:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"09a3428e-f188-4bc5-a9f6-87f8c60261d0","html_url":"https://github.com/codecat1111/Google-Wrapped","commit_stats":null,"previous_names":["codecat1111/google-wrapped"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat1111%2FGoogle-Wrapped","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat1111%2FGoogle-Wrapped/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat1111%2FGoogle-Wrapped/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat1111%2FGoogle-Wrapped/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecat1111","download_url":"https://codeload.github.com/codecat1111/Google-Wrapped/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246100572,"owners_count":20723479,"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":[],"created_at":"2025-03-28T21:19:54.103Z","updated_at":"2025-03-28T21:19:54.607Z","avatar_url":"https://github.com/codecat1111.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google-Wrapped 📊  \nA knockoff of Spotify Wrapped using **Google Search History**, **YouTube History**, and other Google data, displayed with statistical insights using **Pandas**, **Flask**, and **JavaScript**. This project extracts user data through **Google Takeout** and offers a detailed breakdown of browsing patterns, top sites, daily/weekly visits, and even generates a **word cloud** of visited site titles.\n\n---\n\n## Table of Contents\n- [Google Export Guide](#google-export-guide)\n- [Features](#features)\n- [Demo](#demo)\n- [Installation](#installation)\n- [Usage](#usage)\n- [API Calls](#api-calls)\n- [Technologies Used](#technologies-used)\n- [Project Structure](#project-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n---\n\n## Google Export Guide\nTo use this application, you'll need your Google data. Follow these steps to export your data:\n\n1. **Visit** [Google Takeout](https://takeout.google.com/).\n2. **Select** the following services:\n   - **Search History**\n   - **YouTube History**\n   - (Optional) Other Google services you want to include.\n3. **Export your data** and download the JSON files.\n4. **Place the exported files** in the project folder.\n5. **Clean the data** (if necessary) and save it as `cleaned_browser_history.json` for use in the application.\n\n---\n\n## Features\n- **Detailed Browser Fingerprint** using the [FingerprintJS library](https://fingerprint.com/).  \n- **Daily and Monthly Visits** summary with **interactive charts**.  \n- **Top Sites Metadata** fetched from the **LinkPreview API**.  \n- **Word Cloud Generation** of visited site titles using **WordCloud**.  \n- **Data visualization** using **Pandas** and **Matplotlib**.  \n- **Responsive web interface** powered by Flask with **HTML/CSS**.\n\n---\n\n## Demo\n![Demo GIF](https://via.placeholder.com/800x400?text=Demo+Coming+Soon)\n\n---\n\n## Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/Google-Wrapped.git\n   cd Google-Wrapped\n   ```\n2. **Set up a virtual environment (optional but recommended)**:\n   ```bash\n   python -m venv env\n   source env/bin/activate  # For Linux/Mac\n   .\\env\\Scripts\\activate   # For Windows\n   ```\n3. **Install dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n4. **Place your Google Export data (BrowserHistory.json, YouTube History.json, etc.) inside the project folder and clean the data to match your requirements. Save it as cleaned_browser_history.json.**\n5. **Add your LinkPreview API key**\n     \n      Create an account at LinkPreview to get your API key. Replace MY_API_KEY in app.py with your API key.\n  \n7. **Run the Flask application**:\n  ```bash\n  python app.py\n  ```\n7. **Open localhost in your browser to view the app.**\n\n## API Calls:\n\n1. Top Sites Metadata:\n```bash\nGET /api/top-sites\n```\n2. Daily Visits:\n```bash\nGET /api/daily-visits\n```\n3. Monthly Visits:\n```bash\nGET /api/monthly-visits\n```\n4. Word Cloud Generation:\n```bash\nGET /api/wordcloud\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecat1111%2Fgoogle-wrapped","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecat1111%2Fgoogle-wrapped","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecat1111%2Fgoogle-wrapped/lists"}