Installation

Requirements

Pomcorn requires Python >= 3.11 and Selenium >= 4.12.

Install Pomcorn

You can install it by pip:

$ pip install pomcorn

Or poetry:

$ poetry add pomcorn

Additional dependencies

In order for Selenium to interact with the browser, you need to install the webdriver for that browser.

Chrome Driver

For Windows

  • Via Chocolatey:
    1. Install Chrome Driver.

    2. Open the powershell as admin

    $ choco install chromedriver
    
  • Manually:
    1. Install Chrome Driver.

    2. Unzip and put .exe in C:\Windows or add the path to your webdriver in the PATH system variable:

    $ export PATH=$PATH:/path/to/driver/browser-driver
    

For Linux

For Mac