https://github.com/vrikodar/zora
Zora is a python program that searches for GeoLocation info for given CIDR networks , with options to search with API or without API
https://github.com/vrikodar/zora
geolocation ipinfo iplocator
Last synced: 2 months ago
JSON representation
Zora is a python program that searches for GeoLocation info for given CIDR networks , with options to search with API or without API
- Host: GitHub
- URL: https://github.com/vrikodar/zora
- Owner: vrikodar
- License: bsd-3-clause
- Created: 2021-10-16T07:03:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T19:07:51.000Z (almost 4 years ago)
- Last Synced: 2025-06-10T14:06:41.294Z (4 months ago)
- Topics: geolocation, ipinfo, iplocator
- Language: Python
- Homepage:
- Size: 531 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zora
![]()
Zora is a python program that searches for GeoLocation info for given CIDR networks , with options to search with API or without API
## Installing and Running Zora
```bash
$ git clone https://github.com/SxNade/Zora
$ cd Zora
$ chmod +x zora$ ./zora --help
```## Zora Options
**Listing Help**
```bash
$ ./zora --help
```### Specifying File containing Networks in CIDR or Single IP addresses
```bash
$ ./zora --file /path/to/file.txt
```Note: The File must contain only one network at each line
### with API or Without API
**with API, `Note that this will look for API key in api.txt File in current Directory, reads only the very First line!`**
[Get Your API Key](https://ipgeolocation.io/signup.html)
```bash
$ ./zora --file cidr_networks.txt --api=1
```
**without API**Note: The Info Found without using API might not be accurate and detailed as the API ones
```bash
$ ./zora --file cidr_networks.txt --api=0
```## Local Storage of Data
**Note**: Only the Data Found using API is stored locally in the Data Directory in `JSON` Format
*whenever you rerun the program, it also checks for the presence of corresponding json in the data directory and if its found the results are displayed from the local storage*
## Demo

# Future Updates 🕒
**Note:** A Major update of utilizing online APIs for free / without any key etc.. will be added soon