Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oshekharo/paypal-checker
A Python script to check PayPal accounts and extract account information.
https://github.com/oshekharo/paypal-checker
checker paypal python
Last synced: about 2 months ago
JSON representation
A Python script to check PayPal accounts and extract account information.
- Host: GitHub
- URL: https://github.com/oshekharo/paypal-checker
- Owner: OshekharO
- Created: 2024-06-23T03:04:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T03:23:57.000Z (7 months ago)
- Last Synced: 2024-06-23T05:55:22.969Z (7 months ago)
- Topics: checker, paypal, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PayPal Checker
A Python script to check PayPal accounts and extract account information.
### Features
------------* Checks PayPal accounts using provided email and password
* Extracts account information such as:
+ Phone number
+ Balance
+ Cards
+ Bank status
+ Last four digits
+ Restricted status
+ Locked status
+ Crypto enabled status
* Supports proxy usage for anonymous checking
* Saves successful hits to a file named `hits.txt`### Usage
-----1. Create a file named `accounts.txt` with each line containing an email and password separated by a colon (e.g. `email:password`)
2. Run the script using Python (e.g. `python checker.py`)
3. The script will check each account and save successful hits to `hits.txt`### Requirements
--------------* Python 3.x
* `requests` library
* `beautifulsoup4` library### Installation
--------------1. Install Python 3.x from the official website
2. Install the required libraries using pip: `pip install requests beautifulsoup4`### Disclaimer
-------------This script is for educational purposes only. Do not use it to illegally access or exploit PayPal accounts.