Skip to main content

linkedin automation tool

Project description

Introduction

Install package

pip install linkedin_cat

Preparation

  • create file linkedin_cookies.json

  • please use Chrome Extension EditThisCookie to export linkedin cookies to linkedin_cookies.json

Example Usage:

from linkedin_cat.message import LinkedinMessage

# linkedin cookie file path
linkedin_cookies_json='./linkedin_cookies.json'
# headless mode
headless = False
# Ininialized LinkedinMessage
bot = LinkedinMessage(linkedin_cookies_json,headless)

# message to sent, use FIRSTNAME or FULLNAME to customized the message
message = "Hello FIRSTNAME,how you are doing well. Glad to e-meet with you on linkedin"

# Send single request by url
url = "https://www.linkedin.com/in/chandlersong/"
bot.send_single_request(url,message)

# Send multi request by linkedin url list 
urls_list = [    
    	"https://www.linkedin.com/in/chandlersong/",
    	"https://www.linkedin.com/in/chandlersong/",
        ]

bot.send_multi_request(urls_list,message)
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

linkedin_cat-0.0.1.tar.gz (7.1 kB view details)

Uploaded Source

File details

Details for the file linkedin_cat-0.0.1.tar.gz.

File metadata

  • Download URL: linkedin_cat-0.0.1.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for linkedin_cat-0.0.1.tar.gz
Algorithm Hash digest
SHA256 28b66e6fcd4e420d897de04dce87a846d679343c700eae15e199e31719dea1f0
MD5 2d8dbb54ce45ffc8d7dff8bb704c06d0
BLAKE2b-256 dbbe5315a8a969fc965cb9b7f26b23179d4baf04fbefd4b12348239e0d971dff

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page