ZubairImtiaz3 / Contentify

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

Home Page:https://contentify-in.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

    About

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

    https://contentify-in.vercel.app

    License:MIT License


    Languages

    Language:TypeScript 76.8%Language:CSS 16.5%Language:JavaScript 3.8%Language:HTML 2.1%Language:SCSS 0.6%Language:Shell 0.2%