Skip to content

vzztalks/applicationtracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“‹ Application Tracking Using Google Sheets and OpenAI API

Easily track your job applications with natural language input. This Python-based solution leverages OpenAIโ€™s GPT API to extract structured data and uses Zapier to push it into a Google Sheet โ€” no manual spreadsheet edits required.

๐Ÿ›  Requirements

  • Python 3.8+
  • OpenAI API key
  • Zapier webhook URL
  • Internet access

๐Ÿ“ฆ Installation

  1. Clone this repo or download the script.
  2. Install dependencies:
pip install -r requirements.txt

๐Ÿ”‘ Environment Setup

Create a .env file in the root directory and add:

OPENAI_API_KEY=your_openai_api_key_here
ZAPIER_WEBHOOK_URL=https://hooks.zapier.com/hooks/catch/xxxxxx/yyyyyy/

โ–ถ๏ธ Usage

Run the script with:

python app.py

Youโ€™ll be prompted to enter the job application note in plain English.

Example

Enter application note: I applied to Bright Forge as a Software Engineer via referral through John.

And Zapier updates your Google Sheet automatically.

About

usging openai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages