Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: joeyism/linkedin_scraper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.0
Choose a base ref
...
head repository: joeyism/linkedin_scraper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.1
Choose a head ref
  • 10 commits
  • 6 files changed
  • 5 contributors

Commits on Aug 5, 2021

  1. Update company.py

    Change the assignment of grid to find the element by the necessary classname (artdeco-card.p4.mb3) instead of the section number. This fixes the issue where a lot of fields were empty/null. But this isn’t very resilient to any changes LinkedIn might make to their classnames. I am not sure if it is better to use this approach or the numbering approach.
    Alex-Bujorianu authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    f2884e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Merge pull request #112 from Alex-Bujorianu/patch-1

    Update company.py
    joeyism authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    5131b28 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. feat: add dataclass in objects

    Robert Arzola committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ed9104a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Merge pull request #117 from RobertArzolaC/master

    feat: add dataclass in objects
    joeyism authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    27728f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    425998a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Changes due to Driver library update

    Changes due to Driver library update:
    Modification of the following functions:
    find_element_by_id(‘id’) by find_element(By.ID, ‘id’)
    find_element_by_name(‘name’) by find_element(By.NAME, ‘name’)
    find_element_by_xpath(‘xpath’) by 	find_element(By.XPATH, ‘xpath’)
    ednavivianasegura committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    594a56f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Merge pull request #133 from ednavivianasegura/EdnaSegura

    Changes due to Driver library update
    joeyism authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    d1a3ec6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from sAbhay/master

    Updated to work with latest LinkedIn
    joeyism authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    7cbaffe View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Fixed merge bug

    joeyism committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c20bc9b View commit details
    Browse the repository at this point in the history
  2. bump up version

    joeyism committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    cf460b6 View commit details
    Browse the repository at this point in the history
Loading