

search_for_users ( query = "Peter", page = 2 ) for user in users : print ( user. get_access_token ( username =, password = 'your password' ) venmo = Client ( access_token = access_token ) # Search for users. You will need to complete the 2FA process access_token = Client. from venmo_api import Client # Get your access token. The following is an example of initializing and working with it. In short, you can send money, request for money, get a user's public transactions, get a user's public profile info, etc. Or you can install it from the source: $ git clone -recursive You can install or upgrade venmo-api with: $ pip3 install venmo-api -upgrade It's compatible with Python versions 3.6+. This library provides a Python interface for the Venmo API. Disclaimer: This is an individual effort and is not PayPal/Venmo sponsored or maintained.
