/tweetsched-linkedin-publisher

REST API service for publishing posts to Linkedin

Primary LanguagePythonMIT LicenseMIT

Build Status MIT licensed

tweetsched-linkedin-publisher

REST service for publishing scheduled posts to Linkedin.

Requirements:

  • Python 3.6 or higher
  • pip

How to configure:

The service requires that next environmental variables should be setted:

  • SERVICE_KEY
  • SERVICE_PASS
  • CLIENT_KEY
  • CLIENT_SECRET
  • OAUTH_TOKEN
  • OAUTH_SECRET
  • RETURN_URL

How to run locally:

  • pip install -r requirements.txt
  • pip install --upgrade https://github.com/ozgur/python-linkedin/tarball/master
  • python app.py