https://github.com/citguru/netty-finder-python
This is a python version of netty-finder written in javascript
https://github.com/citguru/netty-finder-python
mobile network nigeria number phone
Last synced: about 1 month ago
JSON representation
This is a python version of netty-finder written in javascript
- Host: GitHub
- URL: https://github.com/citguru/netty-finder-python
- Owner: CITGuru
- License: mit
- Created: 2018-11-12T02:11:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T22:04:33.000Z (over 1 year ago)
- Last Synced: 2025-07-31T18:41:29.278Z (2 months ago)
- Topics: mobile, network, nigeria, number, phone
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NettyFinder :rocket:
This is a python verison of the original [netty-finder](https://github.com/BolajiAyodeji/netty-finder) that was written in JavaScript
# Installation
## GitHub
```bash
$ git clone https://github.com/CITGuru/netty-finder-python.git
$ cd netty-finder-python
$ python setup.py install
```## PyPI
```bash
$ pip install netty_finder
```# Usage
```python
from netty_finder import Network
detector = Network("08182315466")
network_name = detector.get_network_name()
print(network_name)# >>> 9mobile
```
# About Author
This was originally built by [Bolaji Ayodeji](https://github.com/BolajiAyodeji) so all rights goes to him, I only interpreted the javascript code to python
# Contribution
For now, I dont accept contributions except its from the javascript [netty_finder](https://github.com/BolajiAyodeji/netty-finder), so I suggest you contribute there. Any changes from there will be added to the python version