CRAKZOR / linkedin-post-automator

Automatically curates and posts content to LinkedIn. It can optionally use web scraping to gather data, which is then fed to ChatGPT to craft engaging LinkedIn posts.
MIT License
55 stars 17 forks source link

Auth for Linkedin #6

Closed hbucchi closed 11 months ago

hbucchi commented 11 months ago

Hi!

Linkedin shows a "CSRF check invalid". Seems that auth is not working here. Are you still able to post without it?

CRAKZOR commented 11 months ago

Hi!

I wasnt able to reproduce this. Ensure you have the correct open_ai key value and cookie values for the file.

config.json

  "open_ai_api_key"    : "get_this_key_from_open_ai",

  "cookies": {
    "JSESSIONID"       : "Get this from cookie value from browser, ex: ajax:123456789012345678",
    "li_at"            : "Get this from cookie value from browser, (Ctrl+Shift+I > Applications > Cookies)"
  },