Metadata-Version: 2.1
Name: automonisaur
Version: 0.6.5
Summary: Core libraries for automonisaur
Home-page: https://github.com/TheShellLand/automonisaur
Author: naisanza
Author-email: naisanza@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

![](https://github.com/TheShellLand/automonisaur/raw/master/docs/images/sauruspark.gif)

# Automonisaur: Core Libraries

**[about](#about)** |
**[integrations](#integrations)** |
**[install](#install)** |
**[docker](docker)** |
**[unittest locally](#unittest-locally)** |
**[codecov](https://codecov.io/gh/TheShellLand/automonisaur)** |
**[pypi](https://pypi.org/project/automonisaur/)**

[![cicd](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/ci.yml)
[![3.14](https://github.com/TheShellLand/automonisaur/actions/workflows/python314.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python314.yml)
[![3.13](https://github.com/TheShellLand/automonisaur/actions/workflows/python313.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python313.yml)
[![3.12](https://github.com/TheShellLand/automonisaur/actions/workflows/python312.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python312.yml)
[![3.11](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python311.yml)
[![3.10](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python310.yml)
[![3.9](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python39.yml)
[![3.8](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python38.yml)
[![3,7](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml/badge.svg)](https://github.com/TheShellLand/automonisaur/actions/workflows/python37.yml)

[![Downloads](https://static.pepy.tech/badge/automonisaur)](https://pepy.tech/project/automonisaur)
[![Downloads](https://static.pepy.tech/badge/automonisaur/month)](https://pepy.tech/project/automonisaur)
[![Downloads](https://static.pepy.tech/badge/automonisaur/week)](https://pepy.tech/project/automonisaur)

[//]: # ([![codecov]&#40;https://codecov.io/gh/TheShellLand/automonisaur/branch/master/graph/badge.svg&#41;]&#40;https://codecov.io/gh/TheShellLand/automonisaur&#41;)

### About

This library adds some easier-to-use wrappers around common services for data
science and threat intelligence.

Provides easier clients and configuration options, as well as any additional
helpers to get things up and running.

Github issues and feature requests welcomed.

### Integrations

| Category        | Library                                                     |
|-----------------|-------------------------------------------------------------|
| API             | flask                                                       |
| Chat            | slack                                                       |
| Data Scraping   | beautifulsoup<br/>facebook groups<br/>instagram<br/>scrapy  |
| Databases       | elasticsearch<br/>neo4j<br/>splunk<br/>pass                 |
| Data Store      | minio<br/>swift                                             |
| Devices         | snmp                                                        |
| Google Cloud    | google auth api<br/>google people api<br/>google sheets api |
| Helpers         | os<br/>subprocess<br/>threading<br/>socket<br/>datetime     |
| Logging         | sentryio                                                    |
| MacOS           | airport<br/>macchanger<br/>wdutil                           |
| Python          | logging<br/>requests                                        |
| SOAR            | swimlane<br/>splunk soar<br/>xsoar                          |
| Recon           | nmap                                                        |
| Test Automation | selenium                                                    |

#### Requires

- python >= 3.10

_Note: install requirements.txt to use all integrations_

#### install core library

```shell script
/bin/bash install.sh
```

#### install integration libraries

```shell script
# shell script
/bin/bash install-requirements.sh

# pip
python3 -m pip install -U -r requirements.txt

# pip 
python3 -m pip install -U -r https://raw.githubusercontent.com/TheShellLand/automonisaur/master/requirements.txt

# master branch 
python3 -m pip install --upgrade git+https://github.com/TheShellLand/automonisaur.git@master#egg
```

#### unittest locally

```shell script
/bin/bash unittests.sh
```
