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.
- 🆔 Retrieve Facebook IDs from profiles, groups, or posts.
- 🖥️ Simple and user-friendly interface.
- ⚡ Fast and accurate processing.
Follow these steps to run Faceuidd on localhost using Termux:
- Install Termux: Download and install the Termux app from the F-Droid.
- Update Packages and Install Python:
pkg update && pkg upgrade pkg install python
- Clone the Repository:
pkg install git git clone https://github.com/RozhakXD/Faceuidd.git cd Faceuidd
- Create a Virtual Environment and Install Dependencies:
python -m venv venv source venv/bin/activate pip install -r requirements.txt
- Run the Application:
export FLASK_APP=app.py flask run
- Access the Application:
Open your browser and go to
http://127.0.0.1:5000
.
- 🛑 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.
If you would like to support this project, you can donate via:
This project is licensed under the MIT License. See the LICENSE file for details.