1
0
Fork
You've already forked stashcat-api-client
0
No description
  • Python 100%
Find a file
2024年05月12日 21:05:31 +02:00
.gitignore Initialize public repository 2020年12月06日 16:47:29 +01:00
LICENSE Initialize public repository 2020年12月06日 16:47:29 +01:00
main.py fix syntax 2024年05月12日 21:05:31 +02:00
README.md Initialize public repository 2020年12月06日 16:47:29 +01:00
requirements.txt add method to get authenticated socket 2023年04月21日 16:55:14 +02:00

Stashcat API "client"

This was written while taking a closer look at "Hermine" the Messenger of the German Federal Agency for Technical Relief (THW).

Prepare the Environment

python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt