Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 709 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 709 Bytes

ews_cli (OWA/EWS Exhchange CLI Tool)

Interact via ews via CLI. Also performs email filtering based on rules in non-interactive mode.

Dependencies

This package requires the follow OS packages:

python3 python3-devel krb5-devel krb5-libs krb5-workstation

Installation

Via pip

To install the fanfic scraper, simply type this into your terminal (sudo -EH might be necessary):

pip install ews-cli

Via pip (local)

Clone a copy of the repository using the following command:

git clone https://github.com/KebinuChiousu/python-owa-filter.git

In the project folder, type this into your terminal (sudo -EH might be necessary):

pip install .