Skip to content

Alfred Workflow for retrieving IP information via the ipinfo.io API

License

Notifications You must be signed in to change notification settings

paulgit/alfred-ipinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alfred-ipinfo

GitHub All Releases GitHub

ipinfo is an Alfred workflow for fetching information about an IP address. It achieves this by using the ipinfo.io IP Geolocation API which is free to register for and is free to use for 50,000 lookups per month.

Dependencies

Python3

This workflow is dependent on Python3 which you must have installed. Please see the Python3 Installation Guide.

ipinfo.io

This workflow makes use of the IP Geolocation API provided by ipinfo.io. You will need to register and obtain an API Token. This token value must be entered in the value field of the APITOKEN workflow environment variable.

Credit & License