about | integrations | install | docker | unittest locally | codecov | pypi
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.
Category | Library |
---|---|
API | flask |
Chat | slack |
Data Scraping | beautifulsoup facebook groups scrapy |
Databases | elasticsearch neo4j splunk pass |
Data Store | minio swift |
Devices | snmp |
Google Cloud | google auth api google people api google sheets api |
Helpers | os subprocess threading socket datetime |
Logging | sentryio |
MacOS | airport macchanger wdutil |
Python | logging requests |
SOAR | swimlane splunk soar xsoar |
Recon | nmap |
Test Automation | selenium |
- python >= 3.10
Note: install requirements.txt to use all integrations
/bin/bash install.sh
# 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
/bin/bash unittests.sh