All Projects β†’ zackhsi β†’ venmo

zackhsi / venmo

Licence: other
πŸ’° Venmo CLI

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to venmo

pipecolor
A terminal filter to colorize output
Stars: ✭ 17 (-72.58%)
Mutual labels:  command-line-tool
garmin-connect-export
Downloads gpx, tcx or original fit files from your Garmin Connect Account.
Stars: ✭ 42 (-32.26%)
Mutual labels:  command-line-tool
toml-sort
Toml sorting library
Stars: ✭ 31 (-50%)
Mutual labels:  command-line-tool
rotten tomatoes cli
Rotten Tomatoes CLI
Stars: ✭ 14 (-77.42%)
Mutual labels:  command-line-tool
harwest-tool
A one-shot tool to harvest submissions from different OJs onto one single VCS managed repository http://bit.ly/harwest
Stars: ✭ 89 (+43.55%)
Mutual labels:  command-line-tool
AppIconSetGen
Tool to generate App Icon set for iOS, macOS, watchOS apps
Stars: ✭ 20 (-67.74%)
Mutual labels:  command-line-tool
nycurl
A web server that fetches data from the New York Times and formats it for display in the terminal.
Stars: ✭ 27 (-56.45%)
Mutual labels:  command-line-tool
aplus
Aplus Command Line Tool
Stars: ✭ 71 (+14.52%)
Mutual labels:  command-line-tool
gomphotherium
Gomphotherium (/ΛŒΙ‘Ι’mfΙ™ΛˆΞΈΙͺΙ™riΙ™m/; "welded beast"), a command line Mastodon client.
Stars: ✭ 22 (-64.52%)
Mutual labels:  command-line-tool
kernel-run
Run any Jupyter notebook instantly using Kaggle kernels
Stars: ✭ 59 (-4.84%)
Mutual labels:  command-line-tool
sample
Produce a sample of lines from files.
Stars: ✭ 17 (-72.58%)
Mutual labels:  command-line-tool
doing-cli
CLI tool to simplify the development workflow on azure devops
Stars: ✭ 19 (-69.35%)
Mutual labels:  command-line-tool
chrome-webstore-manager
https://www.npmjs.com/package/chrome-webstore-manager
Stars: ✭ 32 (-48.39%)
Mutual labels:  command-line-tool
sane
make, but sane.
Stars: ✭ 15 (-75.81%)
Mutual labels:  command-line-tool
AnyOption
C/C++ Command line and resource file option parsing
Stars: ✭ 83 (+33.87%)
Mutual labels:  command-line-tool
cfdns
Command line tool for manipulating DNS of CloudFlare hosted domains
Stars: ✭ 20 (-67.74%)
Mutual labels:  command-line-tool
flynt-cli
CLI tool for the WordPress Flynt framework
Stars: ✭ 15 (-75.81%)
Mutual labels:  command-line-tool
droxy
Create commands on your machine that proxy docker run / exec calls
Stars: ✭ 12 (-80.65%)
Mutual labels:  command-line-tool
lux
A Swift library with a dedicated command-line tool to highlight plain code (e.g. for terminal output), HTML files code blocks or attributed strings (e.g. for macOS or iOS apps)
Stars: ✭ 22 (-64.52%)
Mutual labels:  command-line-tool
anime-cli
A commandline app for searching about animes, its seasons, number of seasons and airing status.
Stars: ✭ 73 (+17.74%)
Mutual labels:  command-line-tool
https://travis-ci.org/zackhsi/venmo.svg?branch=master

Venmo

Pay or charge people on the command line!

$ venmo pay @zackhsi 23.19 "Thanks for the beer <3"
$ venmo charge 19495551234 23.19 "That beer wasn't free!"

Installation

venmo can be installed via pip.

$ pip install venmo

Setup

Set up venmo by running:

$ venmo configure

> Venmo email [None]: [email protected]
> Venmo password [None]:
> Verification code: 908126  # for 2 factor authentication

That's it!

Contributing

Pull requests welcome! To get started, first clone the repository:

$ git clone [email protected]:zackhsi/venmo.git

Create a virtualenv containing an editable installation of venmo, plus development dependencies:

$ make init

Activate the virtualenv:

$ pipenv shell

Run tests:

$ make test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].