An open API service indexing awesome lists of open source software.

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

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

### Tech

Browsing 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]: