aasalert

Search the AAS Job Register.


License
MIT
Install
pip install aasalert==0.4

Documentation

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