Skip to main content

A package that aims to help people handle CashApp web receipts

Project description

CashappChecker - DOCUMENTATION

How to use

GETTING STARTED

Import the module

import cashapp_checker as check

Get the ID of your cashapp invoice URL

check.id("https://cash.app/payments/4xxx8z1q1cisxxxxxxxxxx/receipt?utm_source=activity-item")

example response: 4xxx8z1q1cisxxxxxxxxxx

Get the amount sent

amt = check.amount("YOUR_ID")

example value of variable amt: $5.50

Get the note for the transaction

note = check.note("YOUR_ID")

example value of variable note: For babysitting ❤

Get the receiver of the transaction

cashtag = check.cashtag("YOUR_ID")

example value of variable cashtag: $wahrs (my cashtag, feel free to donate if the module helped you 😊)

Get the sender of the transaction

coming in v2

Project details


Download files

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

Source Distribution

cashappchecker-0.0.1.tar.gz (14.4 kB view hashes)

Uploaded Source

Built Distribution

cashappchecker-0.0.1-py3-none-any.whl (14.7 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