mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-07 09:22:20 +01:00
chore: update installation and usage section in readme
This commit is contained in:
parent
e5cebbc280
commit
9026e17104
1 changed files with 25 additions and 19 deletions
44
README.md
44
README.md
|
|
@ -4,27 +4,28 @@
|
||||||
|
|
||||||
# Sponsor Open Source Tooling
|
# Sponsor Open Source Tooling
|
||||||
|
|
||||||
* Feel free to sponsor me for maintaining the tool: https://github.com/sponsors/vysecurity
|
- Feel free to sponsor me for maintaining the tool: https://github.com/sponsors/vysecurity
|
||||||
|
|
||||||
# Disclaimer
|
# Disclaimer
|
||||||
|
|
||||||
* The project is to be used for educational and testing purposes only.
|
- The project is to be used for educational and testing purposes only.
|
||||||
|
|
||||||
# Authors
|
# Authors
|
||||||
|
|
||||||
* LinkedInt by Vincent Yiu (@vysecurity): https://www.vincentyiu.com | https://vysecurity.rocks
|
- LinkedInt by Vincent Yiu (@vysecurity): https://www.vincentyiu.com | https://vysecurity.rocks
|
||||||
* Original Scraper by Danny Chrastil (@DisK0nn3cT): https://github.com/DisK0nn3cT/linkedin-gatherer
|
- Original Scraper by Danny Chrastil (@DisK0nn3cT): https://github.com/DisK0nn3cT/linkedin-gatherer
|
||||||
|
|
||||||
Contributors:
|
Contributors:
|
||||||
|
|
||||||
* Leesoh
|
- Leesoh
|
||||||
* harshil-shah004
|
- harshil-shah004
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/vysecurity/LinkedInt
|
git clone https://github.com/vysecurity/LinkedInt && cd LinkedInt
|
||||||
cd LinkedInt
|
pip install pipenv
|
||||||
pip install -r requirements.txt
|
pipenv install
|
||||||
```
|
```
|
||||||
|
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
@ -32,31 +33,36 @@ pip install -r requirements.txt
|
||||||
**[v1.1 01-05-2021]**
|
**[v1.1 01-05-2021]**
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
* Temporary fix for location field missing
|
|
||||||
|
- Temporary fix for location field missing
|
||||||
|
|
||||||
**[v1.1 27-03-2021]**
|
**[v1.1 27-03-2021]**
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
* Fixed the authentication flow
|
|
||||||
* Fixed hunter API demo key - removed
|
- Fixed the authentication flow
|
||||||
|
- Fixed hunter API demo key - removed
|
||||||
|
|
||||||
Additions:
|
Additions:
|
||||||
* Added better looking missing image value for the profiles with no photo.
|
|
||||||
* Embedded all images into the HTML file to allow for offline viewing.
|
- Added better looking missing image value for the profiles with no photo.
|
||||||
* Added credits
|
- Embedded all images into the HTML file to allow for offline viewing.
|
||||||
|
- Added credits
|
||||||
|
|
||||||
**[v0.1 BETA 12-07-2017]**
|
**[v0.1 BETA 12-07-2017]**
|
||||||
|
|
||||||
Additions:
|
Additions:
|
||||||
* UI Updates
|
|
||||||
* Constrain to company filters
|
- UI Updates
|
||||||
* Addition of Hunter for e-mail prediction
|
- Constrain to company filters
|
||||||
|
- Addition of Hunter for e-mail prediction
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
1. Put in LinkedIn credentials in LinkedInt.cfg
|
1. Put in LinkedIn credentials in LinkedInt.cfg
|
||||||
2. Put Hunter.io API key in LinkedInt.cfg
|
2. Put Hunter.io API key in LinkedInt.cfg
|
||||||
3. Run LinkedInt.py and follow instructions (example below).
|
3. Run `pipenv shell` to activate virtual environment
|
||||||
|
4. Run `python LinkedInt.py` and follow instructions (example below).
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue