linkedin
linkedin copied to clipboard
Linkedin Scraper using Selenium Web Driver, Chromium headless, Docker and Scrapy
This PR updates [pytest-sugar](https://pypi.org/project/pytest-sugar) from **0.9.4** to **0.9.5**. Changelog ### 0.9.5 ``` ^^^^^^^^^^^^^^^^^^^ - Fix distutils deprecation warning (thanks tgagor) - Fix incompatibility with pytest-timeout (thanks graingert) - Update pytest...
Thanks for your amazing job! I'm trying to use your scraper but it didn't works... It redirect to a 404 page.... Can you help me? `scrapy crawl companies -a selenium_hostname=localhost...
Hi, I get errors if the profile has limited visibility. I tried to solve it adding a way to know if the profile has limited visibility and skip it in...
It would be cool to have a CI configuration that checks for each PR that the tests pass. By the way, taking into account that, right now, in order to...
It would be ideal to have separate environments, both docker, docker-compose and requirements files.
It would be cool to have environment variables, and an .env file, instead of the conf.py file.
Additionally to docker-compose (or replacing it), it would be cool to have kubernetes.
This PR updates [pytest](https://pypi.org/project/pytest) from **7.1.2** to **7.1.3**. Changelog ### 7.1.3 ``` ========================= Bug Fixes --------- - `10060 <https://github.com/pytest-dev/pytest/issues/10060>`_: When running with ``--pdb``, ``TestCase.tearDown`` is no longer called for tests...
This PR pins [langchain](https://pypi.org/project/langchain) to the latest release **0.1.6**. Changelog ### 0.1.6 ``` What's Changed * In Why use LCEL Page, navigation is not working in docs properly by Athesh007...