Skip to content

a small command line tool to send Venmo requests to a group of people

License

Notifications You must be signed in to change notification settings

jaredKreppein/VenmoGroupRequest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VenmoGroupRequest

Version 1.0.0 2019 Jared Kreppein

A small command line tool to send Venmo requests to a every user in a csv file. Requires the Venmo module - Zach Hsi 2017.

USAGE:

send requests from default csv file: $ VenmoGroupRequest 5 'party friday'

send requests using a different csv file: $ VenmoGroupRequest 25 't-shirts for event' -f otherfile.csv

send requests that will write a new csv if Venmo's request limit is reached $ VenmoGroupRequest 5 'party' -write

example.csv:

a template for the csv file format. First column is first name, second column is last name, and third column is the venmo username (without the '@' symbol).

CSV_Splitter:

a small command line tool to split apart large csv files. Useful when csv files are larger than Venmo's 50 requests per day limit

spreadsheet_scripts.gs:

allows a google spreadsheet to parse a gmail account and update based on Venmo email notifications

About

a small command line tool to send Venmo requests to a group of people

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published