Skip to content

Another Alfred workflow to query an online GeoIP database for a specific IP address or domain via HTML parsing instead of an API.

Notifications You must be signed in to change notification settings

hunterMG/alfred-ipgeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Alfred-ipgeo

Another Alfred workflow to query an online GeoIP database for a specific IP address or domain via HTML parsing instead of an API.

img

🚀 Features

  • ISP info.
  • List Multiple IP addresses of a domain if there were.

Requirements

  • python3
  • beautifulsoup4

👋 Usage

Download IPGeo.alfredworkflow from Release or the latest link below👇 then open it using Alfred to import.

Latest download.

It relies on beautifulsoup4 now, which should be installed first:

/usr/bin/python3 -m pip install beautifulsoup4

Simply type your keyword into Alfred (default: ipg) and provide a query (IP/Domain) to see its infomation from an online GeoIP database.

If nothing is typed, your external IPv4 address will be displayed.

✅ Todos

  • Workflow configuration
  • Default python3 package only(remove bs4 dependency for better disturbution)
  • Alfred workflow gallery publish

Ref

https://github.com/wrjlewis/notion-search-alfred-workflow

About

Another Alfred workflow to query an online GeoIP database for a specific IP address or domain via HTML parsing instead of an API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages