Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
This is an open source Python 3 library to control an Elgato Stream Deck directly, without the official software. This can allow you to create your own custom front-ends, such as a custom control front-end for home automation software.
PyPi Project Entry - Online Documentation - Source Code
Working - you can enumerate devices, set the brightness of the panel(s), set the images shown on each button, and read the current button states.
Currently the following StreamDeck products are supported in multiple hardware variants:
Install the library via pip:
pip install streamdeck
Alternatively, manually clone the project repository:
git clone https://github.com/abcminiuser/python-elgato-streamdeck.git
For detailed installation instructions, refer to the prebuilt
online documentation, or
build the documentation yourself locally by running make html
from the docs
directory.
I've used the reverse engineering notes from this GitHub repository to implement this library. Thanks Alex Van Camp!
Thank you to the following contributors, large and small, for helping with the development and maintenance of this library:
If you've contributed in some manner, but I've accidentally missed you in the list above, please let me know.
Released under the MIT license.
FAQs
Library to control Elgato StreamDeck devices.
We found that streamdeck demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.