Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frikishaan/browsing-history-analysis
This is a data analysis of my browsing history for the last 7 months.
https://github.com/frikishaan/browsing-history-analysis
browsing-history data-analysis jupyter-notebook python
Last synced: 21 days ago
JSON representation
This is a data analysis of my browsing history for the last 7 months.
- Host: GitHub
- URL: https://github.com/frikishaan/browsing-history-analysis
- Owner: frikishaan
- Created: 2020-02-29T14:10:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T14:13:28.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T11:50:51.429Z (3 months ago)
- Topics: browsing-history, data-analysis, jupyter-notebook, python
- Language: Jupyter Notebook
- Size: 61.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Browsing history analysis 💻
This is a part of my [#30Days30Projects](https://github.com/sheikh005/30Days30Projects). The notebook helps you find how many times you had visited a particular websites during a given period of time. In order to use this notebook you have to download your data for chrome browing history from [Google](http://takeout.google.com/) and replace the file name with the file name of the data you have downloaded in **json** format.
#### Please make sure you have required library installed.
##### Packages required -
- jupyter notebook
- pandas
- urllib
- matplotlib## Example
![Websites visited by me during last 6-7 months](https://github.com/sheikh005/30Days30Projects/blob/master/Day%2011%20-%20Browsing%20History%20Analysis/analysis.PNG)
##### Made with 💖 by [Ishaan Sheikh](http://frikishaan.xyz/) 😉