https://github.com/eirsvi/facebook-find-id-user
ស្វែងរកលេខសម្គាល់អ្នកប្រើប្រាស់ ហ្វេសប៊ុក ដោយផ្អែកលើឈ្មោះអ្នកប្រើប្រាស់ username ឬ URL តាមទម្រង់របស់វាទៀត។
https://github.com/eirsvi/facebook-find-id-user
facebook facebookid fb finder finderid id python user
Last synced: 12 months ago
JSON representation
ស្វែងរកលេខសម្គាល់អ្នកប្រើប្រាស់ ហ្វេសប៊ុក ដោយផ្អែកលើឈ្មោះអ្នកប្រើប្រាស់ username ឬ URL តាមទម្រង់របស់វាទៀត។
- Host: GitHub
- URL: https://github.com/eirsvi/facebook-find-id-user
- Owner: EIRSVi
- Created: 2024-09-29T11:02:36.000Z (over 1 year ago)
- Default Branch: docs
- Last Pushed: 2024-09-29T14:21:07.000Z (over 1 year ago)
- Last Synced: 2024-12-25T21:08:31.295Z (over 1 year ago)
- Topics: facebook, facebookid, fb, finder, finderid, id, python, user
- Language: Python
- Homepage: https://fb.com/
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facebook User ID Finder
Welcome to the **Facebook User ID Finder**. This tool helps you retrieve the unique Facebook user ID for any public profile based on its username or profile URL.
## Features
- **Find Facebook User ID**: Easily extract the numeric user ID associated with any public Facebook profile.
-
- **Support for Username or URL**: You can provide either a username or a full Facebook profile URL.
## Requirements
- Python 3.x
- [Colorama](https://pypi.org/project/colorama/)
- [pyfiglet](https://pypi.org/project/pyfiglet/)
Install the necessary Python packages using:
```bash
pip install colorama pyfiglet
```
## Usage
1. Clone this repository:
```bash
git clone git@github.com:EIRSVi/facebook-find-id-user.git
cd facebook-find-id-user
```
2. Run the script with a Facebook username or profile URL:
```bash
python fbfindidusr.py username
or
python fbfindidusr.py https://www.facebook.com/eirsvi
```
3. Example with username:
```bash
python fbfindidusr.py zuck
```
### Example
```bash
python fbfindidusr.py zuck
```
**Output:**
```
[*] The Facebook ID for this account is: 123456789012345
```
## Support
Support the development of SRIEVi by following us on:
- [GitHub](https://github.com/EIRSVi)
Stay connected with us for updates and improvements!
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---
**SRIEVi © 2024**
```
### Key Sections:
- **Icons on Top**: Displays Kali Linux, Git, Windows, and PowerShell icons at the top.
- **Features**: Summarizes what the script does.
- **Requirements**: Lists dependencies and how to install them.
- **Usage**: Provides instructions for running the script.
- **Example**: Demonstrates a typical use case.
- **Support**: Links to your social profiles.