We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccf27d commit 8413111Copy full SHA for 8413111
Python/CSV-IP-geolocation/README.md
@@ -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
+
Python/CSV-IP-geolocation/csv-ip-op.png
19.1 KB
0 commit comments