PS C:\source\repos\linkedin-scraper> python .\linkedin-scraper.py
Traceback (most recent call last):
File "C:\source\repos\linkedin-scraper\linkedin-scraper.py", line 5, in <module>
from nqntnqnqmb import *
File "C:\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\nqntnqnqmb\__init__.py", line 1, in <module>
from nqntnqnqmb.core import *
File "C:\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\nqntnqnqmb\core.py", line 5, in <module>
ua = UserAgent(verify_ssl=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: FakeUserAgent.__init__() got an unexpected keyword argument 'verify_ssl'
I'm executing the following python code:
However, I get an error:
Could you please advise?