Linkedrite π€ is a tool designed to help you craft professional LinkedIn posts. It can correct grammar, generate relatable context, add emojis π, format your post, and much more. You can use Linkedrite in two ways: either by installing the extension or by visiting our website, Linkedrite.
Linkedrite offers a range of features to help you craft professional LinkedIn posts:
- Engaging First Line: Linkedrite writes an engaging first line that grabs the reader's attention and compels them to read the entire article. With AI-generated suggestions, you can create a captivating opening that piques curiosity and entices readers to explore the rest of your content.
- Grammar Correction: Linkedrite can correct grammatical errors in your posts to ensure they are professional and polished.
- Context Generation: Linkedrite can generate relatable context for your posts based on the initial input.
- Emoji Addition: Linkedrite can add relevant emojis to your posts to make them more engaging.
- Post Formatting: Linkedrite can format your posts to ensure they are easy to read and professional-looking.
Here's how you can use Linkedrite:
- Install the Extension: Install the Linkedrite extension in your browser. Once installed, you can use Linkedrite directly from your LinkedIn post editor.
- Use the Website: Visit Linkedrite and enter your initial post. Linkedrite will generate a professional post for you.
For detailed usage instructions, please refer to the Installation section.
You can install Linkedrite using either Poetry or the requirements.txt file.
poetry run
Make sure you have already installed Poetry, if not run this command
pip install poetry
OR π
pip install -r requirements.txt
Create a .env
file in the root directory and add the following credentials:
AZURE_OPENAI_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxx"
AZURE_API_ENDPOINT = "https://xxxxxxxx.openai.azure.com/"
API_VERSION = "2023-12-01-preview"
DEPLOYMENT_MODEL = "XXXXXXXXXXXXXXXXXXXX"
Note: Not sure how to get these credentials? Click here to find out.
python manage.py runserver