Skip to main content

Use uagents to automate SMS/Whatsapp by twilio

Project description

PyPI version

This uagents utlity was generated with Cookiecutter.

Features

  • uagents protocols to send SMS or Whatsapp messages using twilio

  • supports on_message and on_query methods to receive and send messages

Installation

You can install “uagents-twilio” via pip from PyPI:

$ pip install uagents-twilio

You can install “uagents_twilio” via poetry:

$ poetry add uagents-twilio

Usage

  • Create .env file in root folder of project:

    AGENT_ADDRESS=""
    ACCOUNT_SID=""
    AUTH_TOKEN=""
    FROM_NUMBER=""
    WP_FROM_NUMBER=""
    TO_NUMBER=""
  • Create a uagents in your project

  • Import uagents_twilio protocol:

    $ from uagents_twilio.protocols.messages import service_protocol
  • Include protocol in uagent:

    $ service_agent.include(service_protocol)
  • Use functions:

    from uagents_twilio.models import Message, MessageType
    
    @service_agent.on_interval(period=2.0)
    async def send_message(ctx: Context):
        await ctx.send(
            AGENT_ADDRESS,
            Message(receiver="<replace_your_number>", msg="hello there bob", type=MessageType.sms),
        )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uagents_twilio_beta-1.0.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

uagents_twilio_beta-1.0.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file uagents_twilio_beta-1.0.0.tar.gz.

File metadata

  • Download URL: uagents_twilio_beta-1.0.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.19.0-50-generic

File hashes

Hashes for uagents_twilio_beta-1.0.0.tar.gz
Algorithm Hash digest
SHA256 2fb90417574466e767fe04383d17d03ece2e178854b9b03f916b2772604d302d
MD5 231e24c078df74e2ed32867ac73866f5
BLAKE2b-256 1ce9e4f3f37c433336d3c802216604d56bb4a79acfc05f1940607437b54ba8cd

See more details on using hashes here.

File details

Details for the file uagents_twilio_beta-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for uagents_twilio_beta-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fb06ed894e47d52b5cf34117083a4e51893419dddbab142ddb6f320f07dd506b
MD5 7e91b8e159c4d0b6522427beea3d560f
BLAKE2b-256 ea39a902c10ac0261224d303cd0904a2a3973e01bde3c766aa9cd7d00098ca20

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page