Pavel401 / JobsScraper

Jobs Scraper: Streamline job searching by scraping and storing job postings from various websites ina SQLite3 database using this Go application.
https://jobs-scraper-production.up.railway.app/
GNU General Public License v3.0
7 stars 14 forks source link

Atlassian Scraper Handler #12

Closed debayangg closed 7 months ago

debayangg commented 7 months ago

I have fixed the Atlassian scraper handler and updated the model and code and it is working but I got the URL for fetching the job listings from atlassians career portal's network requests, its not from any official atlassian api list, so idk about any rate limits or anything.

The URL I'm using is: "https://www.atlassian.com/endpoint/careers/listings"

Should I create a PR for it?

Pavel401 commented 7 months ago

@debayangg yeah sure .

debayangg commented 7 months ago

@Pavel401 Can you merge the unit tests PR then, it will make it easier to push a merge-able branch with the atlassian scraper.

Pavel401 commented 7 months ago

@Pavel401 Can you merge the unit tests PR then, it will make it easier to push a merge-able branch with the atlassian scraper.

Done

debayangg commented 7 months ago

Sent a PR that fixes this issue.