- Install Chromium Browser
$ sudo apt install -y chromium-browser
- Create virtual environment:
$ python3 -m venv venv
- Activate virtual environment:
$ source venv/bin/activate
- Install dependencies:
$ pip install -r requirements.txt
- Run the python file:
$ python3 main.py