https://github.com/dineshkarthik/browsing_history_viz
Visualise your browsing history
https://github.com/dineshkarthik/browsing_history_viz
browser-history d3js data-visualization python
Last synced: 6 months ago
JSON representation
Visualise your browsing history
- Host: GitHub
- URL: https://github.com/dineshkarthik/browsing_history_viz
- Owner: Dineshkarthik
- License: mit
- Created: 2016-10-13T11:49:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T07:44:14.000Z (about 5 years ago)
- Last Synced: 2025-03-30T21:51:15.271Z (7 months ago)
- Topics: browser-history, d3js, data-visualization, python
- Language: Python
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Browsing History Analyzer
Browsing History Analyzer is a simple analytics and visualization Python app, dashboard powered by Twitter-bootstrap and D3.js.
##### All you need to do:
- Run the python script
- View your analysed browsing history
### TechBrowsing History Analyzer uses a number of open source projects to work properly:
* [Pandas] - pandas is an open source, library providing high-performance, easy-to-use data structures and data analysis tools for the Python
* [Twitter Bootstrap] - great UI boilerplate for modern web apps
* [D3.js] - JavaScript library for manipulating documents based on data, helps you bring data to life using HTML, SVG, and CSS.And of course Browsing History Analyzer itself is open source with a [public repository][Browsing-History-Analyzer] on GitHub.
### Installation
You need Python, its dependency packages and pandas installed globally:
```sh
$ git clone https://github.com/Dineshkarthik/browsing_history_viz
$ cd browsing_history_viz
$ pip install -r requirements.txt
$ python browsing_history_viz.py
```License
----MIT
**Free Software, Hell Yeah!**
[D3.js]:
[Pandas]:
[Twitter Bootstrap]:
[Browsing-History-Analyzer]: