Skip to content

Commit 8413111

Browse files
committed
Add readme
1 parent 6ccf27d commit 8413111

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Generate geolocation of IP addresses given in a CSV file.
2+
* Extracts the IP addresses from a csv file named `IP_data.csv` where the column name is `IP`.
3+
* Performs a GET request to an [API](https://ip-api.com/).
4+
* Prints the results as `IP => city, state, country` for each IP address extracted.
5+
6+
## Executing script
7+
* `python app.py`
8+
9+
## Output
10+
![output](csv-ip-op.png)
19.1 KB
Loading

0 commit comments

Comments
 (0)