Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.14 KB

London Cocktail Week Scraper 🍹

Project Overview

This application scrapes a list of bars and their location, description and opening hours from the London Cocktail Week website, and saves this information to a data frame and creates a new csv. This is developed using Python, and makes use of Beautiful Soup and Pandas.

Repository Checklist

  • Upload Code
  • Format Code
  • Update Repository
  • Update README
  • Create Future Ideas
  • Write Application Setup / Commands
  • Launch Website
  • Create Card on Portfolio
  • Create Page on Portfolio
  • Archive Repository

Future Ideas

💡 Integrate the address with Google Maps Places API

Notes

  • Language: Python
  • Tags: Pandas, BeautifulSoup, Scraper, CSV
  • Author: Rheanne McIntosh

Application Setup / Commands

  1. Run the following command:
python3 server.py
  1. An up-to-date csv should appear in the bar_csvs folder with todays date

If you have any questions or can suggest any improvements, please let me know!