I'm looking for a job now. However, I always forgot what jobs that I've applied for. So I wrote this simple Python-MongoDB-based program.
- Change the parameters in the AppHistory.py to connect to your own database. If you need to connect to a remote database, just change / re-implement the getConnection() function in ConnDB.py
- Run python AppHistory.py
Example:
{
company name: test
jobID: testString
position: software engineer
timestamp: 16/02/2021 03:51:45
status: pending
}
- Insert a new application history.
- Update application status (pending, rejected, passed, ...).
- Find all jobs by some parameters.
- Find a specific job by Company name and JobID / Position.
- Get the total number of jobs that you have applied.