This provides a simple python library to obtain the current pollen count for a specified location from Benadryl's Social Pollen Count.
Note: The Benadryl Social Pollen Count service only covers the United Kingdom.
pip install pypollen
latitude
and longitude
have to be a set of coordinates in the UK.
Pollen(latitude,longitude)
pollencount # String with level of pollen
from pypollen import Pollen
print Pollen(51.7546407,-1.2510746).pollencount