Skip to content

Dineshkarthik/browsing_history_viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 on GitHub.

Installation

You need Python, its dependency packages and pandas installed globally:

$ 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!

Releases

No releases published

Packages

No packages published

Languages