New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lamatok

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lamatok

Lamatok client, for Python 3.

pipPyPI
Version
1.0.0
Maintainers
1

Lamatok client, for Python 3

Package PyPI PyPI - Python Version

Downloads Downloads Downloads

Installation

pip install lamatok

Usage

Create a token https://lamatok.com/tokens and copy "Access key"

from lamatok import Client

cl = Client(token="<ACCESS_KEY>")
from lamatok import AsyncClient

cl = AsyncClient(token="<ACCESS_KEY>")

Run tests

LAMATOK_TOKEN=<token> pytest -v tests.py

Keywords

tiktok api

FAQs

Did you know?

Socket

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.

Install

Related posts