- HTML
- CSS
- Python
- Flask
- Bootstrap
The Truecaller Data Fetcher is a Flask web application that utilizes the Truecallerpy API. It allows users to log in using their phone number, receive an OTP, and perform bulk/single number searches. The application provides detailed information about the owner of the phone number, displayed in a table format.
Home page of the Truecaller Data Fetcher web application.
Login page where users can enter their phone number and receive an OTP.
Dashboard page displaying the user's personalized information and options for number search.
Bulk number search page allowing users to upload a file containing multiple phone numbers for search.
Single number search page where users can enter a phone number for detailed information retrieval.
- Clone the repository:
git clone https://github.com/FadeHack/TDF
- Navigate to the
env
folder:cd env
- Run the main Python file:
python main.py
- Access the application in your web browser at:
http://localhost:5000/