Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Create Slackbot Command for Adding LinkedIn URL #579

@refcell

Description

@refcell

This would allow users to run a command in slack and input their LinkedIn URL.
On the backend, our slack bot would parse the URL and attempt to scrape LinkedIn for the user's profile picture.
If the user didn't enter any info like first name and last name, this can also be scraped from LinkedIn.

Scraper implementation built out by @chloetanlimco allows us to do:

const profileScraper = await scrapedin({ email: process.env.LINKEDIN, password: process.env.LINKEDINPASS });
const profile = await profileScraper(<whatever url the user gives us>);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfullstackTask that requires attention to both backend and frontendup for grabs

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions