Skip to content

RozhakXD/Faceuidd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FACEBOOK ID RETRIEVER - FACEUIDD

Faceuidd Logo

Faceuidd is a simple and fast online tool to retrieve Facebook IDs from profiles, groups, or posts. Just enter the Facebook link and get the ID in seconds. Ideal for developers, researchers, and digital marketers needing Facebook IDs for API integrations, data analysis, and activity tracking.

Features

  • Retrieve Facebook IDs from profiles, groups, or posts.
  • Simple and user-friendly interface.
  • Fast and accurate processing.

Installation

Follow these steps to run Faceuidd on localhost using Termux:

  1. Install Termux: Download and install the Termux app from the F-Droid.
  2. Update Packages and Install Python:
    pkg update && pkg upgrade
    pkg install python
  3. Clone the Repository:
    pkg install git
    git clone https://github.com/RozhakXD/Faceuidd.git
    cd Faceuidd
  4. Create a Virtual Environment and Install Dependencies:
    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  5. Run the Application:
    export FLASK_APP=app.py
    flask run
  6. Access the Application: Open your browser and go to http://127.0.0.1:5000.

Troubleshooting

If you encounter issues while running Faceuidd, try the following steps:

  • Check Internet Connection: Ensure you have a stable internet connection.
  • Verify Dependencies: Make sure all dependencies are installed correctly using pip install -r requirements.txt.
  • Check Error Messages: Look at the terminal error messages for more information about the problem.
  • Read Documentation: Refer to the Flask documentation for more information on running a Flask application.
  • Contact Us: If the issue persists, you can open an issue on GitHub or contact the developer.

Support

If you would like to support this project, you can donate via:

Screenshot

FunPic_20240803_091304861

FunPic_20240803_091237802

API Usage

You can also use Faceuidd via its API. Here is an example of how to use the API with Python:

import requests
import json

headers = {
    "Content-Type": "application/json"
}

data = json.dumps({
    "link": "https://www.facebook.com/share/p/...?"
})

response = requests.post('https://www.faceuidd.rozhakxd.my.id/api/v1/facebook-id-retriever/', headers=headers, data=data)
print(response.json())

License

This project is licensed under the MIT License. See the LICENSE file for details.


Developed by Rozhak.