https://github.com/kindo-tk/job_hunter
https://github.com/kindo-tk/job_hunter
flask flask-application html job-hunt python web-scraping
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kindo-tk/job_hunter
- Owner: kindo-tk
- Created: 2024-06-01T16:33:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T15:53:22.000Z (about 2 years ago)
- Last Synced: 2024-06-08T17:02:29.184Z (about 2 years ago)
- Topics: flask, flask-application, html, job-hunt, python, web-scraping
- Language: HTML
- Homepage: https://job-hunter-ibgk.onrender.com/
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Hunter
Job Hunter is a web application built using Flask that allows users to search for the latest job listings from TimesJobs.com based on their skills.
## Features
- Search for job listings based on skills.
- Scrapes the latest job listings from TimesJobs.com.
- Provides job details including company name and job description.
- Provides application link for the job.

## Installation
1. Clone the repository:
```bash
git clone https://github.com/kindo-tk/job_hunter.git
```
2. Navigate to the project directory:
```sh
cd .\job_hunter\
```
3. Create and activate a virtual environment
**Windows:**
```bash
python -m venv .venv
.venv\Scripts\activate
```
**macOS/Linux:**
```bash
python3 -m venv .venv
source .venv/bin/activate
```
4. Install the required dependencies:
```bash
pip install -r requirements.txt
```
5. Run the Flask application:
```bash
python app.py
```
6. Open your web browser and navigate to http://localhost:5000 to access the application.
## Usage
1. Visit the homepage of the application.
2. Enter your skills separated by commas into the provided input field.
3. Click on the "Search Jobs" button to view the latest job listings matching your skills.
4. View the job details including company name and job description.
## Deployment
You can access the deployed application at the following URL: https://job-hunter-ibgk.onrender.com
## Collaboration
I am open to collaboration! If you have ideas, suggestions, or improvements, I'd love to hear from you. Feel free to fork the repository and submit pull requests.
## Suggestions and Issues
If you have any suggestions to enhance the project or encounter any issues, please report them in the Issues section of the repository. Your feedback is valuable to me and helps improve the project.
## Contact Information
For any inquiries or feedback, please contact:
- Tufan Kundu (LinkedIn)
- Email: tufan.kundu11@gmail.com