Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

ស្វែងរកលេខសម្គាល់អ្នកប្រើប្រាស់ ហ្វេសប៊ុក ដោយផ្អែកលើឈ្មោះអ្នកប្រើប្រាស់ username ឬ URL តាមទម្រង់របស់វាទៀត។

Awesome Lists containing this project

README

        



Tech Stack Icons

# 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 [email protected]: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.