Metadata-Version: 2.0
Name: grade-change-emailer
Version: 0.1.5
Summary: Checks for changes in your grades at the FH Aachen
Home-page: https://github.com/faerbit/grade_change_emailer
Author: Faerbit
Author-email: faerbit at gmail dot com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Dist: appdirs
Requires-Dist: beautifulsoup4
Requires-Dist: requests

Grade Change Emailer
====================

This is a simple python script that checks for new grades at the FH
Aachen.

Configuration
-------------

Copy the ``example.ini`` to ``default.ini`` in your OS-specfic user
config directory and fill in the necessary details. You can also place a
configuration file under ``/etc/grade_change_emailer.ini`` or specify a
custom location via env variable ``GRADE_CHANGE_EMAILER_CONFIG_FILE``.

Usage
-----

Run the script with ``grade_change_emailer``. Now everytime the script
runs it checks for new grades and e-mails you about it if that is the
case. Note that the script will always e-mail you the first time the
script is run. If you don't receive an e-mail, you misconfigured it. Go
and recheck all you login data. You might want to schedule this script
with something like **cron** to automate the grade checking.

Dependencies
------------

This scripts depends on **Python 3**, the **requests**, the **appdirs**
and the **BeautifulSoup4** package from python.

License
-------

This code is licensed under the MIT License. See LICENSE.md for more
details.


