Skip to content

An API that can roast your linkedin profile using Gemini AI build with Express.js

Notifications You must be signed in to change notification settings

yogibagus/linkedin-roaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Roaster

An API Service that can roast your linkedIn Profile using Gemini AI Service and build with Express.js

Features

  • Scrape LinkedIn Profile
  • Generate text via Gemini AI
  • Dinamic language roaster via prompt
  • Dinamic platform via prompt

Run Locally

Note: this app using li_at cookie session, you have to creaate linkedin account or login to linkedin first, then take the li_at cookie to be able to use it.

Clone the project

  git clone https://github.com/yogibagus/linkedin-roaster

Go to the project directory

  cd linkedin-roaster

Install dependencies

  npm install

Change .env variable value

  GEMINI_API_KEY=<YOUR_GEMINI_API_KEY>
  LI_AT_COOKIE=<YOUR_LI_AT>

Start the server

  node index.js

API Reference

Roast Linked Profile

  POST /api/roast/linkedin

Use json request body

Parameter Type Description
username string Required. LinkedIn username

License

MIT

About

An API that can roast your linkedin profile using Gemini AI build with Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published