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 tolinkedin_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
Release history Release notifications | RSS feed
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.3.tar.gz
(7.7 kB
view details)
File details
Details for the file linkedin_cat-0.0.3.tar.gz
.
File metadata
- Download URL: linkedin_cat-0.0.3.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a6adee29dca1b2621ea9fd1706c2929429c2d0faf50c6e548fe62e2a459cebb |
|
MD5 | b78804aae508f5fc9c7dd7dbab7a15d7 |
|
BLAKE2b-256 | cfea9902a6e99c5ac9f12c66d5407549c99a99e3bf1f032a20a7db930345ed3b |