basic intructions for README

This commit is contained in:
georg.sinn-schirwitz
2025-08-29 15:13:27 +02:00
parent 23a67d7fe1
commit d5f686bf1e

View File

@@ -1,3 +1,24 @@
# jobs # jobs
job scraper 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