Skip to content

It uploads the post on your LinkedIn profile via LinkedIn API. :)

License

Notifications You must be signed in to change notification settings

gutsytechster/linkedin-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkedin-post

It uploads the post on your LinkedIn profile via LinkedIn API.

Steps to run script

  1. Install the requirements using pip as pip install -r requirements.txt.
  2. Create an app on LinkedIn's developers account here and follow the guide here to get the access token. After getting access token, send a GET request defined here to get the Person URN from the response.
  3. Create a .env file and write the follwing content into it
ACCESS_TOKEN="<your access token>"
URN="<your urn>"
  1. Run the script using python post_on_linkedin.py which will print the SUCCESS and id of the post shared as a JSON response. You can now check as well on your LinkedIn profile. :)

License

This code is available with MIT License

About

It uploads the post on your LinkedIn profile via LinkedIn API. :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages