TWITTER-FRIENDS-MAP is a program for generating a world map with location of friends from Twitter. It has a separated module for navigation through the json-files.
To use the program clone the repository via GitHub (https://github.com/karyna-volokhatiuk/Twitter-Friends-Map.git) or follow this link http://karynavolokhatiuk.pythonanywhere.com/.
After running the program with module 'app.py' from folder 'app' user should follow the link and input the nickname from Twitter and bearer token there.
If the nickname or bearer token are invalid, html-page with appropriate message will be opened.
If input information is right, the world map with friends' locations will be generated and opened.
To use a separated module for navigation through the json-files user should run 'navigation_json.py' from folder 'navigation_json' and answwer questions to find information needed from json file.