An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 🌐 Trackify - Phone Number Tracker πŸ“±

![GitHub stars](https://img.shields.io/github/stars/Akash-nath29/Trackify?style=social)
![GitHub forks](https://img.shields.io/github/forks/Akash-nath29/Trackify)
![GitHub issues](https://img.shields.io/github/issues/Akash-nath29/Trackify?style=social)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Akash-nath29/Trackify)
![GitHub license](https://img.shields.io/github/license/Akash-nath29/Trackify?style=social)
![Languages](https://img.shields.io/github/languages/top/Akash-nath29/Trackify)

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! πŸŒπŸ”