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.
Tessie Python API Wrapper is a simple wrapper designed to interact with various APIs exposed by Tessie.
https://pypi.org/project/tessie-api/
Before you begin, ensure you have met the following requirements:
To install Tessie Python API Wrapper, follow these steps:
Clone the repository:
git clone https://github.com/andrewgierens/sems_portal_api.git
Install the required packages:
pip install -r requirements.txt
To use Tessie Python API Wrapper, you need to have Python and aiohttp
installed. Here’s a quick example to get you started:
import asyncio
from tessie_api import get_state_of_all_vehicles
async def main():
async with aiohttp.ClientSession() as session: # ClientSession is created here and will be closed when exiting the block
data = await get_state_of_all_vehicles(session=session, api_key="TESSIE_KEY", only_active=True)
print(data)
if __name__ == "__main__":
asyncio.run(main())
pip install -e .
pytest
Contributions to Tessie Python API Wrapper are welcome and appreciated. If you have any suggestions or bug reports, please open an issue in the repository. creating a pull request.
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details.
Andrew Gierens |
Brett Adams |
KrzysztofHajdamowicz |
Null |
FAQs
A small python package that wraps up the Tessie API
We found that tessie-api 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.