Comment on page
Send comments from post to gsheet
Tags: #linkedin #post #comments #gsheet #naas_drivers #content #snippet #googlesheets
Last update: 2023-05-29 (Created: 2022-03-17)
Description: This notebook allows users to automatically send comments from a LinkedIn post to a Google Sheet.
Disclaimer:
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Linkedin or any of its affiliates or subsidiaries. It uses an independent and unofficial API. Use at your own risk.
This project violates Linkedin's User Agreement Section 8.2, and because of this, Linkedin may (and will) temporarily or permanently ban your account. We are not responsible for your account being banned.
from naas_drivers import linkedin, gsheet
import random
import time
import pandas as pd
from datetime import datetime
# Lindekin cookies
LI_AT = "AQEDARCNSioDe6wmAAABfqF-HR4AAAF-xYqhHlYAtSu7EZZEpFer0UZF-GLuz2DNSz4asOOyCRxPGFjenv37irMObYYgxxxxxxx"
JSESSIONID = "ajax:12XXXXXXXXXXXXXXXXX"
# Post url
POST_URL = "POST_URL"