Metadata-Version: 2.1
Name: coospace_automation
Version: 1.0.0
Summary: A simple automation tool that uses python and selenium to automate common actions on the SZTE Coospace website
Author-email: TacticalCamel <takacsbalazsg@gmail.com>
Project-URL: Homepage, https://github.com/TacticalCamel/coospace-automation
Project-URL: Issues, https://github.com/TacticalCamel/coospace-automation/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: selenium>=4.20.0
Requires-Dist: pwinput>=1.0.3

# Coospace automation

#### A simple automation tool that uses python and selenium to automate common actions on the [SZTE Coospace website](https://www.coosp.etr.u-szeged.hu/). 

## Usage

### Use as a package

- Install the latest version of the package with `pip install coospace-automation`
- See `scripts/main.py` for example code

### Setup in local environment

- Clone the repository
- Install the required packages with `pip install -r requirements.txt`
- Run the `scripts/main.py` script

### Tests

- Run the tests with `python -m pytest --cov=coospace_automation`

## Features

- Login with valid credentials

- List or display upcoming calendar events

- List or display new notifications

- Download files from personal storage
