Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyism committed Dec 21, 2017
1 parent 9dfbf75 commit 281c83e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.swp
linkedin_user_scraper.egg-info
linkedin_scraper.egg-info
dist
build
__pycache__
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
Scrapes Linkedin User Data

## Installation
> pip3 install --user linkedin_scraper

```bash
pip3 install --user linkedin_scraper
```

Version **2.0.0** and before is called `linkedin_user_scraper` and can be installed via `pip3 install --user linkedin_user_scraper`

## Setup
First, you must set your chromedriver location by
Expand Down Expand Up @@ -122,6 +127,7 @@ This is the meat of the code, where execution of this function scrapes the compa
**2.0.x**
* Modified the way the objects are called
* Added Company
* Changed name from `linkedin_user_scraper` to `linkedin_scraper`

**1.2.x**
* Allows scraping later
Expand Down
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ Scrapes Linkedin User Data
Installation
------------

::
.. code:: bash
pip3 install --user linkedin_scraper
> pip3 install --user linkedin_scraper
Version **2.0.0** and before is called ``linkedin_user_scraper`` and can
be installed via ``pip3 install --user linkedin_user_scraper``

Setup
-----
Expand Down Expand Up @@ -193,7 +196,8 @@ can keep using the same driver.
Versions
--------

**2.0.x** \* Modified the way the objects are called \* Added Company
**2.0.x** \* Modified the way the objects are called \* Added Company \*
Changed name from ``linkedin_user_scraper`` to ``linkedin_scraper``

**1.2.x** \* Allows scraping later

Expand Down

0 comments on commit 281c83e

Please sign in to comment.