Skip to main content

Search the AAS Job Register.

Project description

AASJobAlert

AASJobAlert is a Python script for checking the AAS Job Register.

Some code borrowed from this tutorial.

Installation

Use the package manager pip to install aasalert.

pip install aasalert

Usage

usage: aasalert [-h] keyword

    Search the AAS job register for post-doc positions in the last year.


positional arguments:
  keyword     Keyword to search the AAS job register for.

optional arguments:
  -h, --help  show this help message and exit

This is best used as a cronjob for regular checks of AAS. We can use mailx to generate a email alert. For example:

crontab -e

00 00 * * 1 aasalert keyword 2>&1 | mailx -E -s "AAS Job Alert" your.email@address.com

See this link for examples of how to use crontab.

Contributing

Pull requests are welcome.

License

MIT

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

aasalert-0.3.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distributions

aasalert-0.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

aasalert-0.3-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 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