Skip to main content

A CLI application to help you track job applications and provide metrics on them.

Project description

Track Job Applications Docs

A CLI application to help you track job applications and provide metrics on them.

MIT License Open Issues Good First Issues

This can help you answer questions like:

  • In how many companies have I been shortlisted yet?
  • What companies rejected my profile?
  • In how many companies I've given tech interviews?
  • In how many HR rounds I got rejected?
  • How many offers do I have? Though you won't forget this one!

And the list goes on.

Python SQLite SQLAlchemy

Table of Contents

Documentation

The documentation for this project is created using Mkdocs and deployed on GitHub Pages.

You can find the documentation here: https://aditya-gupta1.github.io/track-job-applications/

Markdown files that generates documentation are in docs folder. The website elements are generated from docs folder and moved to gh-deploy branch. It is from here that the GitHub pages picks up the files for deployment.

Installation

Prerequisites: Python

Run the following command to install the application:

pip install track-job-applications

Getting Started

// add a job application
> track-job add CompanyX SDE-1

// display all the applications
> track-job ls

// update the application details
> track-job update company <application-id> <new company name>

// know more about any command
> track-job <command> --help

// know about all the commands available
> track-job --help

// get a report on all the applications
> track-job report

// get report on all the applications made within a date range
> track-job report -s <start date in YYYY-MM-DD> -e <end date in YYYY-MM-DD>

// total applications rejected
> track-job report status rejected

Refer to the commands section in the documentation for the list of commands available.

Note: All the commands have a --start-date or -s argument to mention the start date and --end-date or -e argument to specify the end date, in case the command is to run for applications made within a date range. Also, the data model in which applications are stored can be found in references section in the docs.

Contributing

Contributions for docs as well as code are welcomed. Head over to the Contributing guidelines for steps to set up a development environment, contributing to code and contributing to docs.

Reach out

Feel free to start a discussion on anything you want to suggest or have more clarity on.

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

track_job_applications-1.0.0.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

track_job_applications-1.0.0-py3-none-any.whl (14.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page