venv recommended. Please execute commands once like below.
$ python3 -m venv venv # Initialize venvInstall dependencies.
$ . venv/bin/activate # Activate venv if using venv
$ pip install -r requirements.txt # Install dependenciesCreate .env file.
$ cp .env.example .env
$ vi .env # Edit informationsExecute script.
$ python main.py # Execute