/Contentify

A Chrome extension that automates Linkedin scrolling and scrapes posts/content based on your keywords.

Primary LanguageTypeScriptMIT LicenseMIT

logo

Contentify - Chrome Extension

A Chrome extension built with React and TypeScript, only for LinkedIn! It helps you scroll through your feed automatically and grab posts that match your chosen keywords. You can download the results in a CSV file or view them in a table format.

Features

  • 🚀 Seamless Auto-Scroll
  • 🔍 Extract relevant posts based on required and additional keywords.
  • 📊 Visualize and explore Scraped posts in table form.
  • 📁 Download Scraped posts in CSV format.
  • Installation

    1. Clone this repository.
    2. Install pnpm globally: npm install -g pnpm (check your node version >= 16.6, recommended >= 18)
    3. Run pnpm install to install the required dependencies.
    4. Run:
      • For Development: pnpm dev or npm run dev
      • For Production: pnpm build or npm run build

    In Chrome:

    1. Open a new tab in your browser, type in - chrome://extensions, and hit Enter.
    2. Check/Enable - Developer mode
    3. Find and Click - Load unpacked extension
    4. Select - the dist folder present in the repository

    Images

    Popup

    popup

    Post Table

    popup

    Acknowledgments

    This Chrome Extension is built upon the foundation of the chrome-extension-boilerplate-react-vite