Skip to content

shubham-shrivastava/linkedin_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Bot

A bot to fetch name, email, title and url of linkedin user based on their public profile and upload that data to google spreadsheet using google api.

Running locally(Python 3 Only)

Clone this repo

$ git clone https://github.com/shubham-shrivastava/linkedin_bot.git

Now create the virtualenv of Python3.6 using

$ virtualenv my_env

OR if using conda

$ conda create --name my_env python=3

Activate the environment.

$ activate my_env

or

$ ./bin/activate

Now install requirements using pip, navigate to linkedin folder which have spider as a subfolder and start the bot

$ pip install -r requirements.txt
$ scrapy crawl linkedin.com

Your application will now be running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published