signal_cli
A python client for the signal-cli-rest-api
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

License

  • signal_cli is

Copyright

(c) 2022 Felix Hune