#twilio #api #reqwest #command-line #cli-tool #twilly #rust

bin+lib twilly_cli

A CLI tool for interacting the Twilio API built upon the twilly crate

5 releases

0.1.0 Apr 5, 2024
0.0.4 Mar 26, 2024
0.0.3 Mar 9, 2024
0.0.2 Feb 5, 2024
0.0.1 Feb 5, 2024

#2313 in Command line utilities

Download history 1/week @ 2024-02-02 7/week @ 2024-02-16 19/week @ 2024-02-23 7/week @ 2024-03-01 136/week @ 2024-03-08 7/week @ 2024-03-15 58/week @ 2024-03-22 21/week @ 2024-03-29 115/week @ 2024-04-05 44/week @ 2024-04-12

238 downloads per month

MIT license

175KB
3.5K SLoC

twilly_cli

twilly_cli is a command line application for interacting with Twilio via the terminal.

It is decisioned essentially as an improved Twilio CLI, providing easier navigation around commands, less need to remember commands, and helpful utilities approach to various resources.

Demo

twilly_cli being used to load an active profile, view stored conversations, and delete a closed conversation on the account with a confirmation prompt


lib.rs:

Twilly_cli is a CLI tool for interacting the Twilio API.

Coverage is partial yet offers a user-friendly way to interact with Twilio via the terminal. The CLI currently covers:

  • Accounts
  • Conversations

This crate has been developed alongside the twilly crate which backs the functionality of the crate.

Features

  • Local profile memory to avoid repeatedly providing Twilio credentials.
  • Intuitive account & conversation related controls.
  • Additional helpers not found in the default Twilio CLI.

Dependencies

~11–30MB
~475K SLoC