Skip to main content

This is hush hush recruiter notification app

Project description

PROJECT HUSH RECRUITER NOTIFICATION APPLICATION

Python packaging

  • python -n build
  • twine upload -r testpypi dist/*

Docker commands used:

  • docker build -t hushrecruiternotifyimage .
  • docker run --env-file ./env_variables.list -p 5000:5000 hushrecruiternotifyimage

Sending test link to the selected candidates via e-mail

Once candidates are selected through an algorithm, selected candidates receive a test link with unique token via mail. The test link contains 3 coding questions which need to be submitted within a specified time and the submitted answers will be stored in the mongoDB, otherwise the link will expire.

Procedure to run flask web application to send e-mail

Set following env variables

  • MAIL_USERNAME='your_email'

  • MAIL_PASSWORD='your_password'

  • MAIL_PORT='server_port'

  • MAIL_SERVER='smtp_your_mail_server'

  • export FLASK_APP=notification_app

  • export FLASK_ENV=development Run application using flask run or flask --app notification_app --debug runcommand

  • To run via docker , run below command

docker run --env-file ./env_variables.list -p 5000:5000 hushrecruiternotifyimage

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

recruiter_notification_app-0.0.12.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

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