Log Analysis Project is a python code that extracts important information from the database provided by Udacity. You can find what articles are most visited, what authors are most popular and on what day user requests lead to errors. You can see an example of output here.
$ git clone https://github.com/AlikZi/news_analysis.git
Good News! You can use either python 2 or python 3. But to run a python code news.py you need to install flask and psycopg2.
The contents of this repository are covered under the MIT license.