Skip to content

yarmat/linkedin-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Step 1

 git clone https://github.com/yarmat/linkedin-scraper.git ./

Step 2

composer install

Step 3

Fill login and password from LinkedIn

config/linkedin.php

Step 4

Fill db field settings

config/db.php

Step 5

Rename table name

src/Models/Company.php
<?php 
namespace App\Models;
use Illuminate\Database\Eloquent\Model;

class Company extends Model
{
    protected $table = 'companies';

Step 6 (Run Script)

php index.php

screenshot

About

Scraper for job on Upwork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages