inspirezonetech / JobSearchWebScraping

Use web scraping with python selenium to extract job postings from website.
https://inspirezone.tech/learn-web-scraping-with-python-in-minutes/
MIT License
2 stars 9 forks source link

Export a small snippet of job description along with the title and link #2

Open funbeedev opened 4 years ago

funbeedev commented 4 years ago

The program currently will export the job title and link to the job title only. Edit to export a small snippet of the job description also in a neat manner

btapash commented 4 years ago

Can you assign this to me @funbeedev . I have earlier worked on using beautiful soup, I can work with selenium too.

funbeedev commented 4 years ago

Thanks for your interest in working on this but I already assigned you to a different issue. It's one issue at a time per user. But when the other issue is complete you can request again for this one :)

btapash commented 4 years ago

@funbeedev I have solved the previous issue please review my PR and assign this to me.

funbeedev commented 4 years ago

Assigned to you now!

btapash commented 4 years ago

I have created the PR, please review it @funbeedev !