It's just a simple way to make Lomography API requests easier.
You can get your API Key here
import Lomograpy as lomogracinha
key = 'YOURAPIKEY'
popular_photos = lomogracinha.get_popular_photos(self_page=2, api_key=key)
print(popular_photos.json())