Skip to main content

A simple CLI for Venmo

Project description

venmo-cli

venmo-cli is a simple CLI for Venmo, built on the Venmo API by mmohades. As with his API, use this tool at your own risk as it is not sponsored/maintained by PayPal or Venmo.

Sample usage

$ venmo --help
Usage: venmo [OPTIONS] COMMAND [ARGS]...

  venmo-cli: Venmo for the command-line

Options:
  --help  Show this message and exit.

Commands:
  logout   Logs out of your current session
  pay      Sends money to another user
  request  Requests money from another user
$ venmo pay --help
Usage: venmo pay [OPTIONS] USERNAME

  Sends money to another user

Options:
  -a, --amount FLOAT             [required]
  -m, --msg TEXT                 [default: 🤖]
  -p, --privacy PAYMENT_PRIVACY  [default: friends]
  --help                         Show this message and exit.
$ venmo pay cameronbernhardt -a 5 -m "thanks for the pizza" --privacy=private
Paid $5 to @cameronbernhardt with message 'thanks for the pizza'
$ venmo request cameronbernhardt -a 10 -m "lunch"
Requested $10 from @cameronbernhardt with message 'lunch'

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

venmo_cli-0.1.0-py3-none-any.whl (16.1 kB view hashes)

Uploaded Python 3

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