A flask app that checks the provided number across the carriers of Nepal i.e Ncell, Namaste, UTL, SmartCell, HelloNepal, and a Landline.
Application tested on Python 3.7. Older versions of Python from 3.1 will likely work as well.
-
First, create a virtual environment >
python3 -m venv venv
-
Change the current directory to the root folder >
cd whocalledme/
-
Activate the virtual environment >
source venv/bin/activate/
-
Install the requirements with >
pip3 install -r requirements.txt
-
Run the program with python3 >
python3 app.py
-
Go to the following url > http://localhost:5000
- Flask Implementation
- SQlite/Postgres Storage Based
- Truecaller Integration
- Rewriting into Python
- Report Spam
- Location Based Extension Numbering
- Rewritten the Codebase
- Added SQLite Database
- Launched Using Flask Framework
- Added Landline Support
- Added Carrier Logos & Images
- Deployed Version