Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 639 Bytes

Mapping user's geolocation with Twitter API

Project 2.3

http://artemmoskovets.pythonanywhere.com/

Using tweepy, Flask, render_template, redirect, request, url_for, folium, Nominatim Program creates online map with location of user's friends

def authentification(): authentificates user's API

def create_map(locations): creates folium map

def getlocations(user_name): gets locations using geopy

image image