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,hope 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.2.tar.gz (7.1 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: linkedin_cat-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 1b62c1a69b4233f06097c478a52e3baed756674a931f21cb8b3f4d41eed3ac8d
MD5 d5504b8a18fb9b861bdedb45fc89d16f
BLAKE2b-256 9ee6bfd3aa4c40ba6fd734a6f4334cde07b7cd3dcc9cbb0f5be9546de75ae53c

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