Skip to content

dongseokSon/Concert-Web-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web crawler for Concerts

VERSION : 0.1

This is a Python code for organizing concert information.

Result will be stored in Pandas DataFrame.

Tested on Python 3.8.18

Currently it works for LA Phil website and can crawl only scrolling type page. It will be updated.

My goal is to make it generally working for any kind of concert halls, sports matches, etc.

USAGE

If you don't have libraries below, install these libraries.

  • $ pip install webdriver-manager selenium beautifulsoup4 pandas

You may need ChromeDriver for this. Check here https://chromedriver.chromium.org/downloads

Or you can run with crawl.ipynb. Both have same result.

About

LA Phil Concert schedule crawler

Resources

License

Stars

Watchers

Forks