Coder Social home page Coder Social logo

akshaysiwal / linkedin_networking Goto Github PK

View Code? Open in Web Editor NEW
83.0 6.0 22.0 23 KB

Python code to automatically expend your LinkedIn network based on your interest. ONLY FOR EDUCATIONAL PURPOSES. PLEASE DO NOT MISUSE IT.

Home Page: http://www.akshaysiwal.com

Python 100.00%
linkedin linkedin-bot linkedin-api linkedin-profile linkedin-scraper linkedin-signin connection python automation digitalmarketing

linkedin_networking's Introduction

LinkedIn Networking

Python code to automatically expand your LinkedIn network based on your interest

Prerequisites

Use the package manager pip to install selenium.

pip install selenium
pip install webdriver-manager

How to use ?

  • Open parameters.py file and provide your email id, password, and keywords for search criteria.
  • Run python linkedIn.py

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Find me

linkedin_networking's People

Contributors

akshaysiwal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

linkedin_networking's Issues

Separate settings from code

Instead of editing the source code to configure the program, an external file for the settings is ideal. This way, credentials never accidentally get committed. And updates to the code dont affect the credentials.

I personally like Pydantic Settings to handle settings but Dynaconf is another popular option. Configobj also deserves mention.

Corporate environment not able to access the chromedriver.exe

Hi Akshay,

I am in a corporate environment and the code is not able to access the chromedriver for me , to rectify this issue what I did I have stored the chromedriver in the same project directory and then gave that chromedriver to the program,

I want to make a pull request for the same

Randomize delay between connects?

Have you thought about having the about of time slept between various actions be a random number within a range of seconds? This way, the behavior seems more human.

reach page 10 and exit

Hi
good job here for this amazing bot.
i just wonder why it reach page number 10 then it exit the loop for the rest of pages !!

thanks

'WebDriver' object has no attribute 'find_element_by_id'

`C:\dev\LinkedIn_networking>python linkedIn.py
C:\dev\LinkedIn_networking\linkedIn.py:55: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(ChromeDriverManager().install())

DevTools listening on ws://127.0.0.1:60722/devtools/browser/87b1c9f2-a2e0-4a63-84d5-3d4b1275d8c3
Traceback (most recent call last):
File "C:\dev\LinkedIn_networking\linkedIn.py", line 57, in
driver.find_element_by_id('username').send_keys(parameters.linkedin_username)
AttributeError: 'WebDriver' object has no attribute 'find_element_by_id'`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.