Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Creation of simple AI agent that will send an invoice each time Amazon's Job Portal has been updated with a job of my interest.

Notifications You must be signed in to change notification settings

Brachingo/Job-Alert-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿค– AI Job Alert Bot

An intelligent automation agent that monitors job listings on a specific website and sends an email notification whenever new or updated job postings appear.
Built with Python, this bot combines simple web scraping, change detection, and notification logic โ€” and can easily be extended with AI to rank or summarize job descriptions.


๐Ÿš€ Features

  • ๐Ÿ” Automatically scrapes job postings from a target site (e.g., company career page)
  • โšก Detects when new or modified jobs appear
  • ๐Ÿ“ง Sends an email alert with job titles and links
  • ๐Ÿง  Can be extended with AI to summarize or match jobs to your skills
  • ๐Ÿ” Runs automatically on a schedule (via cron, GitHub Actions, or any scheduler)

๐Ÿงฉ How It Works

  1. Scrape the site โ†’ The agent uses requests and BeautifulSoup to collect job data (titles, links, etc.).
  2. Compare โ†’ It compares the new results with a local record (jobs_seen.json).
  3. Detect changes โ†’ If new jobs are found, theyโ€™re added to the local database.
  4. Notify โ†’ The bot sends you an email listing the new jobs found.
  5. Repeat โ†’ You can schedule the script to run automatically every few hours.

๐Ÿ› ๏ธ Tech Stack

  • Language: Python 3.x
  • Libraries:
    • requests โ€” for web requests
    • beautifulsoup4 โ€” for HTML parsing
    • smtplib โ€” for email notifications
    • json โ€” to store previously seen jobs

โš™๏ธ Setup

1. Clone the repository

git clone https://github.com/Brachingo/AI-Agent.git
cd AI-Agent

About

Creation of simple AI agent that will send an invoice each time Amazon's Job Portal has been updated with a job of my interest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages