Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.53 KB

README.md

File metadata and controls

63 lines (49 loc) · 2.53 KB

🚀 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

  • 🛑 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.
  • 🌐 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.
  • 📧 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:

📸 Screenshots

FunPic_20240803_091304861

FunPic_20240803_091237802

📜 License

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