Comprehensive career management system for professional development and job search.
This repository contains multiple tools and systems for career management:
📊 Job Monitoring System ⭐ v1.0.0
Automated job discovery and tracking system.
Features:
- 🔍 Automated scanning of job portals (Duunitori, LinkedIn, etc.)
- 🎯 Intelligent scoring and ranking
- 📊 State tracking and statistics
- 📝 Application workflow management
- 🤖 CLI for all operations
Quick Start:
cd job-monitoring
pip install -e .
job-monitor scan --config config.yamlIMAP-based email monitoring for job alerts (Go).
🏛️ Riigihanked
Estonian public procurement monitoring (Go + Python).
Personal professional portfolio and achievements documentation.
Registry of submitted job applications with tracking.
🛠️ Utilities
General-purpose helper scripts for various tasks.
cd job-monitoring
python3 -m venv venv
source venv/bin/activate
pip install -e ".[dev]"
job-monitor scan --config config.yaml# Scan for new jobs
job-monitor scan --config config.yaml
# Review candidates
job-monitor review --config config.yaml --category review
# View statistics
job-monitor stats --config config.yaml| Component | Status | Version | Tests |
|---|---|---|---|
| Job Monitoring | ✅ Production | v1.0.0 | 100/100 |
| Email Monitor | 🚧 Development | - | - |
| Riigihanked | 🚧 Development | - | - |