25 lines
514 B
Markdown
25 lines
514 B
Markdown
# jobs
|
|
|
|
job scraper
|
|
|
|
## Features
|
|
|
|
- Scrapes job listings from website (currently craigslist by region)
|
|
- Saves job listings to a database
|
|
- Users can search for job listings by keywords and region
|
|
- Selection of job listings based on user preferences
|
|
|
|
## Requirements
|
|
|
|
- Database (MySQL/MariaDB)
|
|
- Python 3.x
|
|
- Required Python packages (see requirements.txt)
|
|
|
|
## Installation
|
|
|
|
1. Clone the repository
|
|
2. Create a virtual environment
|
|
3. Install dependencies
|
|
4. Set up environment variables
|
|
5. Run the application
|