Skip to content

Commit 9391da2

Browse files
committed
Add cashapp to user scanning
1 parent c1292b4 commit 9391da2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from user_scanner.core.orchestrator import status_validate
2+
3+
def validate_cashapp(user):
4+
5+
url = f"https://cash.app/${user}"
6+
show_url = f"https://cash.app/${user}"
7+
8+
return status_validate(url, 404, 200, show_url=show_url)

0 commit comments

Comments
 (0)