/upwork-assistant

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Upwork Assistant

Writes personalized AI generated proposal for jobs as soon as you load the apply page.

Getting Started

First run the installation script

npm i

Then, start by creating a .env file in the project and add OpenAI API Key that the project will use.

Refer to .env.example

Personalization

Create changes to the ProposalTemplate in /src/lib/constant.ts to modify the response generated by the AI model

Build

After everything is set, run

npm run build

Now you can go the Chrome Extensions and toggle the Developer Mode. You can now select the unpack button and select the project folder.