# LinkedIn to Orbit Workspace Ruby App
![Build Status](https://github.com/orbit-love/community-ruby-linkedin-orbit/workflows/CI/badge.svg)
[![Gem Version](https://badge.fury.io/rb/linkedin_orbit.svg)](https://badge.fury.io/rb/dev_orbit)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](code_of_conduct.md)
This is a Ruby app that can be used to integrate LinkedIn post comments into your organization's Orbit workspace.
|
:sparkles:
This is a *community project*. The Orbit team does its best to maintain it and keep it up to date with any recent API changes.
We welcome community contributions to make sure that it stays current. :sparkles:
|
|-----------------------------------------|
## Installation
| **Are you setting up this integration for the first time? Please read the [first time setup](https://github.com/orbit-love/community-ruby-linkedin-orbit/blob/main/FIRST_TIME_INSTRUCTIONS.md) guide before proceeding. LinkedIn requires a very specific authentication procedure, and it is required, to successfully use this integration.**
### As a Standalone App
To install this integration in a standalone app, add the gem to your `Gemfile`:
```ruby
gem "linkedin_orbit"
```
Then, run `bundle install` from your terminal.
### With GitHub Actions
This integration can be run as a daily scheduled activity within GitHub Actions! To install this integration with your GitHub account, follow the instructions in the [Orbit GitHub Actions Guide](https://github.com/orbit-love/github-actions-templates).
## Usage
### CLI
### Standalone Client
### GitHub Actions
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/orbit-love/community-ruby-linkedin-orbit. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/orbit-love/community-ruby-linkedin-orbit/blob/main/CODE_OF_CONDUCT.md).
## License
This is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/orbit-live/community-ruby-linkedin-orbit/blob/main/CODE_OF_CONDUCT.md).