joycechungyt / Job-Recommendation-Chatbot

Recommends jobs based on user query. Chatbot pulls up jobs based on web-scraped data from job boards (Indeed and Linkedin).
1 stars 1 forks source link

sharing files #1

Open nb9887 opened 4 months ago

nb9887 commented 4 months ago

thank you for the great code :) if you dont mind, would you able to share the files below?

I was able to get other files successfully using selenium library and the file you uploaded :) however, when I am trying to get the files from Indeed.com using Webscraping job board v3 - Selenium.py, I am getting error like this:

Some job details are missing. Skipping this job listing. Error occurred while scraping job listings: Object of type Tag is not JSON serializable Error occurred while scraping job listings: Object of type Tag is not JSON serializable Error occurred while scraping job listings: Object of type Tag is not JSON serializable Error occurred while scraping job listings: Object of type Tag is not JSON serializable Error occurred while scraping job listings: Object of type Tag is not JSON serializable Some job details are missing. Skipping this job listing. Error occurred while scraping job listings: Object of type Tag is not JSON serializable Error occurred while scraping job listings: Object of type Tag is not JSON serializable Some job details are missing. Skipping this job listing. Error occurred while scraping job listings: Object of type Tag is not JSON serializable Error occurred while scraping job listings: Object of type Tag is not JSON serializable Error occurred while scraping job listings: Object of type Tag is not JSON serializable

I think all these elements are still working though title_element = job.select_one("h2.jobTitle span[title]") duration_element = job.select_one('div.jobMetaDataGroup [data-testid="attribute_snippet_testid"]') company_element = job.select_one('div.company_location [data-testid="company-name"]') location_element = job.select_one('div.company_location [data-testid="text-location"]')

joycechungyt commented 4 months ago

Hey there, thanks for reaching out! I've attached the indeed_jobs.csv file that I used for the project. indeed_jobs.csv Maybe try using this and see if the error persists?

nb9887 commented 4 months ago

Hello Joyce, Thank you for the reply.

This is Sung Keun Hong (Brian) from Seoul, South Korea.

Currently, I am working in LINE Blockchain, and have deep interest in Machine Learning.

I found your source code very interesting and made it work.

Below is the screenshots of the chatbot I used from your source code.

It seemed working well, however, I had few questions about the accuracy and model etc.

If you have any time upcoming next week, would that be okay for us to Zoom online for short time?

[image: image.png] Thank you so much.

On Fri, May 17, 2024 at 10:19 PM Joyce Chung @.***> wrote:

Hey there, thanks for reaching out! I'm happy to send over the indeed_jobs.csv file. indeed_jobs.csv https://github.com/joycechungyt/Job-Recommendation-Chatbot/files/15349689/indeed_jobs.csv Maybe try using this and see if the error persists?

— Reply to this email directly, view it on GitHub https://github.com/joycechungyt/Job-Recommendation-Chatbot/issues/1#issuecomment-2117590294, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC7JZVIO6A54MJEQ6AG4EFLZCX7WTAVCNFSM6AAAAABHRRER6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJXGU4TAMRZGQ . You are receiving this because you authored the thread.Message ID: @.***>