• Joined on 2025-09-18
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-15 13:19:07 +00:00
5901e9c1a1 Refactor scraper.py to improve code readability by removing unnecessary blank lines and ensuring consistent formatting.
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-15 13:14:42 +00:00
5939f2bd04 Refactor RedisManager methods to enhance job caching and error handling; implement sent and error cache management for improved job processing flow.
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-15 09:35:05 +00:00
e2e1bc442e Refactor RedisManager methods for improved error handling and logging; streamline job validation process by ensuring all compulsory fields are checked before processing.
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-15 08:38:34 +00:00
87c67265f8 Refactor environment variable handling in scraper; remove default values for RabbitMQ and Redis configurations. Enhance job validation by checking for all compulsory fields before processing.
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-15 08:09:05 +00:00
2c5b42b7bd Refactor job tracking to use job ID instead of job URL in RedisManager methods
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-12 20:15:48 +00:00
b13d14d26d Enhance job handling in scraper and sender modules:
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-12 12:49:17 +00:00
c370de83d5 Refactor scraper and sender modules for improved Redis management and SSL connection handling
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-10 12:27:13 +00:00
0c447d0f77 Merge branch 'Ashby_agent' of https://gitea.thejobhub.xyz/Ofure/Web_scraping_project into Ashby_agent
94d87943de Refactor environment variable handling in AshbyJobScraper and Sender classes; remove fallback values for RabbitMQ and Redis configurations.
Compare 2 commits »
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-10 11:07:40 +00:00
c0c7925be3 Delete amazon_main.py
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-10 11:07:17 +00:00
20408dd5a6 Delete amazon_job_scraper.py
Ofure created branch Ashby_agent in Ofure/Web_scraping_project 2025-12-10 11:03:18 +00:00
Ofure pushed to Ashby_agent at Ofure/Web_scraping_project 2025-12-10 11:03:18 +00:00
762846cb4a Add AshbyJobScraper and Sender classes for job scraping and message sending; implement Redis caching and RabbitMQ integration.
Ofure pushed to amazon_agent at Ofure/Web_scraping_project 2025-12-09 11:01:25 +00:00
2d22fbdb92 Enhance AmazonJobScraper to support flexible location matching and extract posted dates; refine LLMJobRefiner prompts for better data extraction.
Ofure pushed to amazon_agent at Ofure/Web_scraping_project 2025-12-09 08:31:00 +00:00
e216db35f9 Increase max pages to scrape and extend wait time between job title scrapes; add posted date to job data extraction
Ofure pushed to amazon_agent at Ofure/Web_scraping_project 2025-12-09 08:13:05 +00:00
cbcffa8cd4 modify to queue failed jobs and also extract date of job posting
Ofure pushed to llm_agent at Ofure/Web_scraping_project 2025-12-09 07:07:58 +00:00
2b1387b3e6 modify to include scraping date posted, queuing failed jobs to be sent to redis for later scraping with back-up scraper.
8fa59ba69b modify llm agent to compulsorily identify and scrape all provided fields
224b9c3122 llm_agent now responsible for extraction.
Compare 3 commits »
Ofure pushed to amazon_agent at Ofure/Web_scraping_project 2025-12-05 17:49:58 +00:00
4782f174e2 Delete browser_sessions/job_scraping_12_session.json
Ofure pushed to amazon_agent at Ofure/Web_scraping_project 2025-12-05 17:49:47 +00:00
10fa1ac633 Delete browser_sessions/job_scraping_123_session.json
Ofure pushed to amazon_agent at Ofure/Web_scraping_project 2025-12-05 17:49:32 +00:00
ba783112f5 Delete spoof_config.json
Ofure pushed to llm_agent at Ofure/Web_scraping_project 2025-12-05 17:00:28 +00:00
91047cfc5c Delete job_scraper.py