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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cashappchecker-0.0.1.tar.gz.
File metadata
- Download URL: cashappchecker-0.0.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
291a15a00aea721444314252f53fd1498880499a8382c28e1e050df6b0ff7a6e
|
|
| MD5 |
808c9d52c94b3d069c0a1ff54eb67bd5
|
|
| BLAKE2b-256 |
514980a298163d76b7048f127847cc08b02898d1060a866862c7007eef16a71b
|
File details
Details for the file cashappchecker-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cashappchecker-0.0.1-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4a58e6fa1602f87dcb72c2a06de8cffd2849e783c20941e83cceaf9bdd90bb9
|
|
| MD5 |
052542105b98aefe61655158d11017ef
|
|
| BLAKE2b-256 |
f71a37b39fc914a0c44a00951be73cabf630ffb3d0aff9a4a462cd9d791039e1
|