New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

signal-cli-douglasadams-42

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

signal-cli-douglasadams-42

A python wrapper for the signal-cli-rest-api created by bbernhard on github


Maintainers
1

signal-cli - A python wrapper for the signal-cli-rest-api

Documentation

The documentation of the code can be found here: https://fhune.de/signal_cli_documentation/

For the documentation of the signal-cli-rest-api, see here (GitHub) and here (Swagger).

Quick Start

  • For using the module, you have to create a client object first: signal_cli.Client(<address>, <port>, <phone_number>), with address and port building the access point to the signal-cli-rest-api and number building the phone number which should be used as client number.
  • After creating the client object, you can use the other methods in their respective classes by passing the client object to the class object the method is in
  • Note that special care must be taken for the registration process of a number if you prefer to get the verification code via phone call; read in the documentation of the code for more informations!

License

  • signal_cli is lgpl-3.0

(c) 2023 Felix Hune

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