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
13 lines
365 B
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
|
|
|
|
loc = Nominatim(user_agent="GetLoc")
|
|
getLoc = loc.geocode("12 Cao Son 7, Da Nang")
|
|
print(type(getLoc.latitude))
|
|
|
|
# print(scraper.get_raids()) |