Lab 2(2). Map with twitter friends locations
module json_navigation gives for users a convinient tool to navigate json files in two directions.
Usage of the script:
:go [key/index] - go to the value on key/index
:gb - go back on 1 level
:gb / - go back to the root
:gb [number] - go back on [number] > 0 levels
:print all - print all values from the root with their path from the root
:print - print all values from current location with their path from the root
:quit - stop running program
:h - print USAGE information
:crp - print current position from root\
Main module is web_app.py . It runs server with app that can draw a map with locations of folowing people on Twitter.
Home page looks minimalistic.
Here you can print Twitter user nickname and number of following people to find.\
It was creating with using flask modul to run app. For data information was used Twitter API. Also, It was used folium and geopy modules to create map.





