Skip to content

sviat-l/Twitter_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter_API

Lab 2(2). Map with twitter friends locations

Second task (json navigation)

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\

Examples:
image image image

Third Task (Map)

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.\

image image image

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.

About

Map with twitter friends' locations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published