Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 615 Bytes

File metadata and controls

27 lines (16 loc) · 615 Bytes

Modern Web Automation With Python and Selenium

This folder contains the code for the Real Python tutorial on Modern Web Automation With Python and Selenium.

Setup

Create and activate a virtual environment, then install the dependencies:

(venv) $ python -m pip install .

Usage

To start streaming music from BandCamp's Discover section, you can execute the script:

(venv) $ bandcamp-player

Author

Martin Breuss – martin@realpython.com

License

This project is distributed under the MIT license.