🚀 Make-a-Post - Chrome Extension
Make-a-Post is a Chrome extension that allows users to quickly generate LinkedIn posts by extracting webpage content and summarizing it using OpenAI's GPT-4.
🎯 Features
Extracts title, URL, and content from any webpage.
Uses OpenAI GPT-4 to generate a LinkedIn-friendly post.
Allows users to enter their own OpenAI API key for customization.
Simple and intuitive popup interface for easy post generation.
🛠️ Installation
Clone the repository:
git clone https://github.com/oktopeak/make-a-post.git cd make-a-post
Install dependencies:
npm install
Compile TypeScript:
tsc
Load the extension in Chrome:
Open chrome://extensions/
Enable Developer Mode
Click "Load unpacked"
Select the project folder
🚀 Usage
Click the Make-a-Post extension icon.
Enter your OpenAI API key and save it.
Click "Generate" to extract content and summarize it.
Copy the generated LinkedIn post and share it!
🔑 API Key Setup
Go to OpenAI API Keys
Generate a new API key and paste it into the extension.
🤖 Technologies Used
TypeScript
Chrome Extensions API
OpenAI GPT-4 API
HTML, CSS, JavaScript
🏆 Developed by Oktopeak Team
This project is proudly developed and maintained by the Oktopeak team. 🚀
📜 License
This project is licensed under the MIT License.