Skip to content

Service Integrations for everything I've used

License

Notifications You must be signed in to change notification settings

laerfulaolun/automonisaur

 
 

Repository files navigation

Automonisaur: Core Libraries

about | integrations | install | docker | unittest locally | codecov | pypi

master master master master master master master

Downloads Downloads Downloads

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
facebook groups
instagram
scrapy
Databases elasticsearch
neo4j
splunk
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
Python logging
requests
SOAR swimlane
splunk soar
Recon nmap
Test Automation selenium

Requires

  • python >= 3.10

Note: install requirements.txt to use all integrations

install core library

/bin/bash install.sh

install integration libraries

# 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

/bin/bash unittests.sh

About

Service Integrations for everything I've used

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%