Metadata-Version: 2.1
Name: auto-iserv
Version: 0.1.6
Summary: A Library that can be used to create tools to automate Iserv without an API key
Home-page: https://github.com/RedstoneMedia/auto-iserv
Author: RedstoneMedia
License: GNU General Public License v3.0
Keywords: Iserv automation library auto
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: selenium (>=3.141.0)
Requires-Dist: requests (>=2.23.0)
Requires-Dist: urllib3 (>=1.25.8)
Requires-Dist: pycryptodomex (>=3.9.8)

# Auto Iserv v.0.1.6

This is a library for python, that can be used to create tools to automate Iserv **without** an API key
The only thing that is needed is a Iserv account with a username and password.
It is recommended to use a credential file, but you can hardcode your password and username.
This can be done by typing : `gen-iserv-credential`

There are pre written Modules, but you can also create your own module automation.


# Contributing
You can make pull requests and I will be happy to look at them.
If you don't know what to contribute you could add more pre written modules.

# Example
If you want an example you might want to look at [this](https://github.com/RedstoneMedia/IServ-exercise-discord-bot)

## Installation
Install this package using pip :
`pip install auto-iserv`


