From 7e037f0cc3efe64370ed6af80a498868dd31075d Mon Sep 17 00:00:00 2001 From: Yariv Menachem Date: Sun, 15 Dec 2024 15:34:15 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b87e11e..c694afb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# JobSeeker Bot +# JobSeekerTG Bot + -JobSeeker is a Telegram bot that scrapes job postings from platforms like LinkedIn, Indeed, Glassdoor, and others (currently under development). It gathers job data based on title and location, reformats it into a structured format, and saves it to a MongoDB database. New job posts are automatically sent to a designated Telegram bot chat. +JobSeekerTG is a Telegram bot that scrapes job postings from platforms like LinkedIn, Indeed, Glassdoor, and others (currently under development). It gathers job data based on title and location, reformats it into a structured format, and saves it to a MongoDB database. New job posts are automatically sent to a designated Telegram bot chat. This project is based on the [JobSpy](https://github.com/Bunsly/JobSpy) project. Credits to the original creator.