Mappings - ActoKids/web-crawler GitHub Wiki

Related to: https://github.com/ActoKids/AD440_W19_CloudPracticum/issues/46

Mappings

Mapping for eventbrite

MAPPING_DICTIONARY = { "Title": "name", "Date": "start_time", "Location": "location_address", "Description": "description", "Price": "cost" }