You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
365 B

2 years ago
from bs4 import BeautifulSoup
from ispoof.core.location import Location
from ispoof.core.pokemon import Pokemon
from datetime import datetime
import requests
from ispoof import scraper
from geopy.geocoders import Nominatim
2 years ago
loc = Nominatim(user_agent="GetLoc")
getLoc = loc.geocode("12 Cao Son 7, Da Nang")
print(type(getLoc.latitude))
2 years ago
# print(scraper.get_raids())