🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

signal-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

signal-cli

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

0.1.4
94

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

97

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Network access

Supply chain risk

This module accesses the network.

Found 1 instance in 1 package

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
  • Special care needs to be taken if you plan to register a number with getting the code via voice; read the documentation of the code for further details!

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