CSwala / CSwala-android

An app that is a one-stop destination for all the CS enthusiasts, providing resources like Information scrapping techniques, best YT channels, courses available free-of-cost, etc. & knowledge about every domain and field that exists on the Internet related to Computer Science along with News, Jobs, and Internships opportunities in these domains along with valuable tips and hacks from mentors for a particular domain.
54 stars 51 forks source link

Implement the Opportunities Tab in the JOBHUNT Fragment #165

Open riturajjain2000 opened 3 years ago

riturajjain2000 commented 3 years ago

The portals tab is already implemented, now the opportunities tab, containing information about job and Internship openings, is to be implemented

GowthamGoush commented 3 years ago

I'm interested in working on this, but from where do we fetch the data?

riturajjain2000 commented 3 years ago

I think from an API like the one mentioned below See this link- https://www.google.com/search?q=software+engineer+jobs&sxsrf=ALeKk011MUelVUwtR09YXXAtQO04QSIsfw:1618727755106&ei=S9N7YMCBBqyb4-EPm_Ct8Ag&oq=software+en&gs_lcp=Cgdnd3Mtd2l6EAMYATIHCAAQsQMQQzIKCAAQsQMQyQMQQzIFCAAQkgMyBwgAELEDEEMyBAgAEEMyBAgAEEMyBAgAEEMyAggAMgIIADICCAA6BAgjECc6CAgAELEDEIMBOgUIABCxAzoHCAAQyQMQQzoHCAAQhwIQFFDrEliHI2CfLWgAcAJ4AIABvwKIAZkUkgEHMC43LjQuMZgBAKABAaoBB2d3cy13aXrAAQE&sclient=gws-wiz&ibp=htl;jobs&sa=X&ved=2ahUKEwiV_LD0lofwAhW1xzgGHQO4AcoQutcGKAB6BAgEEAQ#htivrt=jobs&htidocid=96pm53RuDNprpq9_AAAAAA%3D%3D&fpstate=tldetail

GowthamGoush commented 3 years ago

So we have to look for a free API right?

riturajjain2000 commented 3 years ago

yeah , see if you can fetch the data from google jobs or any other site like naukri.com or intershala

GowthamGoush commented 3 years ago

I couldn't find a free API for jobs based in India. So will web scraping with the help of a library be a good idea?

riturajjain2000 commented 3 years ago

can you elaborate this process over discord channel, I mean what libraries will you use and how will you implement this workflow

HeySitam commented 3 years ago

I want to work on this issue