Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 968 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 968 Bytes

Analytics Viewer

Tool for Google Analytics console log view

Requirements

This tools just helper for increase readability of raw log format. So you have to install native tools for getting raw logs.

On Windows

  1. adb
  1. Android device driver for few venders
  • if adb cannot found your device then trying this.
  • or check your USB cable
  1. python3

On MacOSX

  1. brew
  • this is not directly related. but it make your life very easy.
  • http://brew.sh
  • or just use this /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. adb
  • brew install android-platform-tools
  1. idevicesyslog
  • brew install libimobiledevice
  1. python3
  • brew install python3

How to use it?

Just download and type this python3 run.py