https://github.com/akash-nath29/trackify
An web-application to get information about a sim card just using the phone number
https://github.com/akash-nath29/trackify
Last synced: 30 days ago
JSON representation
An web-application to get information about a sim card just using the phone number
- Host: GitHub
- URL: https://github.com/akash-nath29/trackify
- Owner: Akash-nath29
- License: unlicense
- Created: 2023-05-29T16:38:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T16:56:41.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:53:38.721Z (3 months ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Trackify - Phone Number Tracker π±





Trackify is an awesome phone number tracker web application built with Flask and powered by various Python packages including OpenCage, Phonenumbers, Folium, and Flask-SQLAlchemy. With Trackify, you can quickly trace the service provider for any phone number entered with its country code. But that's not all! It also allows you to visualize the exact location where the SIM card was registered on a map. πΊοΈ
## β οΈ Disclaimer
This project is intended for educational purposes only. The use of this application for any illegal activities or to infringe upon the privacy of individuals is strictly prohibited. Please use Trackify responsibly and within the bounds of the law.## π How It Works
1. Enter a phone number along with its country code in the provided input field. ππ
2. Click the "Track" button to discover the service provider associated with the phone number. π‘π
3. If you want to see the precise location of the SIM card, simply click the "Watch on Map" button. πΊοΈπ## β¨ Features
- **Service Provider Detection:** Instantly find out the service brand for a given phone number.
- **Location Mapping:** Visualize the exact location where the SIM card was registered.
- **User-Friendly Interface:** A sleek and intuitive web interface for seamless tracking.
- **Powered by Flask:** Utilizes Flask to provide a robust backend for efficient processing.
- **Third-Party Packages:** Makes use of OpenCage, Phonenumbers, Folium, and Flask-SQLAlchemy for enhanced functionality.
- **Open Source:** Trackify is open-source software, making it accessible for everyone.## π₯ Installation
To get started with Trackify on your local machine, follow these simple steps:1. Clone the repository:
```bash
git clone https://github.com/Akash-nath29/Trackify.git
```2. Install the required dependencies using `pip`:
```bash
pip install -r requirements.txt
```3. Setup database:
```python
flask shell
>>> from app import db, Search
>>> db.create_all()
```4. Run the Flask application:
```bash
flask run
```4. Open your web browser and go to `http://127.0.0.1:80` to access Trackify.
## π€ Contributions
Contributions to Trackify are welcome! If you have any ideas for improvements, bug fixes, or new features, please feel free to open an issue or submit a pull request. Let's make Trackify even better together! π€## π License
Trackify is licensed under the [MIT License](https://github.com/Akash-nath29/Trackify/blob/main/LICENSE), which means you can use and modify it for your own purposes. Please review the license for more details.Happy tracking! ππ