Search for careers in list of scrapped company careers' page
We all know getting a referral or applying directly on career site directly has the most chances of getting a interview call But we all know how painful it is to remember all the company names and goto their career site and apply So, in order to solve this problem, I started this project Career Assistant
Contributions are welcome. You can contribute company scrapper to this project by following the guidlines 0. Choose a company of your choice
- Clone the repository and create a branch with company name (small case with hyphen)
- Visit the careers page of the choice of your company
- Observe how it can be scrap either in two ways a) ajax call or b) beautiful soup
- Create a python file with the name of your company. Add the logic by inheriting the proper parent class. Check existing examples
- Add your company class in scrappers.py file
- Test your code locally by running your code and check if the company postings are showing on UI
- Raise a pull request with your changes
You are also welcome to modify core logic, UI or any other way. You are also welcome to create issues (report bug, feature request etc)