Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

recruiter-notification-app

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recruiter-notification-app

This is hush hush recruiter notification app

  • 0.0.13
  • PyPI
  • Socket score

Maintainers
1

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

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc