Skip to content

Diastro/cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chrome activity tracker

Elasticsearch based chrome activity tracker.

Combined with Kibana : Kibana

Setup instruction

  • Setup and start ElasticSearch (i'm running it on a Raspberry PI2)
  • Start the python server (you might need to edit the code if the python server isn't running on the same machine as elastic search)
  • Install the Chrome extension and in the extension's option, make sure it points to the ip of the machine hosting elastic search
  • Start Kibana and import the index. Voila

Python server setup/dependencies

  • Clone the repo, install the python dependencies and launch the python server
$ git clone https://github.com/Diastro/cat.git
$ easy_install flask
$ easy_install elasticsearch
$ python server/main.py

Chrome extension setup

  • Clone the repo
$ git clone https://github.com/Diastro/cat.git
  • Import the chrome extension : in chrome, open chrome://extensions, select "load upacked extension"
  • Set the server's address in the extension's options : in chrome, open chrome://extensions, under chrome activity tracker select "Options" and enter the ip and port of the server

Attribution

The icon used for the Chrome extention were created by Prax-08. This icon pack can be found here.

About

Elasticsearch based chrome activity tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published