Skip to main content

Utility to share Linkedin posts using the Linkedin Marketing API

Project description

Linkedin Posts

Utility to share Linkedin posts using the Linkedin Marketing API

Made easy to use in Python.

Example

Here is a small example using the share_poll function.

from linkedin_posts.polls import share_poll

response = share_poll(
  "<HERE YOUR ACCESS TOKEN>",
  comment="Hello, this is just a test...",
  poll_question="Is this is a nice poll?",
  poll_options=["Yes", "No", "I do not care"],
  author_type="organization",
  author_id="71513925",
)

Need more?

📚 Check out the docs 📚

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-posts-0.0.8.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

linkedin_posts-0.0.8-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

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