Skip to content

Python 3 application to analyse and display document tracking data from a major web site

Notifications You must be signed in to change notification settings

jack994/Python_Doc_Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python_Doc_Tracker

This application is a simple, data intensive application in Python 3 able to analyse and display document tracking data from a major web site.

Some external libraries need to be installed to allow the script to run (installation: "pip install "). These are:

  • graphviz
  • pillow
  • httpagentparser
  • matplotlib
  • tkinter

To run the application download the python script, install the library dependencies, and use the following command:

Functionality:

View by country/continent:

  • Take a Document ID string as input and output an histogram of countries of viewers.
  • Take a Document ID string as input and output an histogram of continents of viewers.

Views by browser:

  • Take a Document ID string as input and output an histogram of user agents of viewers.
  • Take a Document ID string as input and output an histogram of browsers of viewers.

Also-likes functionality:

  • Take a document ID and reader ID (optional) as parameters, the function returns a sorted list of liked documents.
  • Take a document ID and reader ID (optional) as parameters, the function returns graph created with "graphviz" displaying the relationship between the input document and all documents that have been found as “also-liked” documents.

About

Python 3 application to analyse and display document tracking data from a major web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages