pip freeze > requirements.txt
Run -
- pip install -r requirements.txt
- .venv\Scripts\activate
- pymon app.py
- **If pymon keeps on restarting the server, then use -> python app.py
- Write a check to see if a url exists for a keyword or not, can be simply done by checking whether the soup contains the title {keyword} Internships or Total Internships
- Add text cleaner from raser repository to clean resume and job data
- Add ML Model
- Add API calls
- Remove hard coded values for keywords
- Push user data to mongodb collection
- to check for max pages check in soup if 1/3 or 2/3 exists at the bottom of the page