Skip to content

This is my webcat. It tells you your IP address, along with your location and ISP information. I love it.

Notifications You must be signed in to change notification settings

Deconkle/ip-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ip-cat

Ip cat is a python based webserver that returns an image along with the IP information of the requesting host.

This was built for the Media Player Garry's Mod addon.

When using Media Players, any url can be requested - even your own. That image will then be sent to every client who has the media player active.

The images get created in memory, and are never saved to disk meaning we're not leaking anyone's IP address because that's like, not cool man!!

Write your ipinfo api key to a IP_KEY enviornment variable (e.x SET IP_KEY=xxxxxxx)

Requirements

  • ipinfo.io API key (free)
  • A domain name you can host under (Script is configured for cloudflare hosts)
  • A cat (not required)

Cat in action

image

About

This is my webcat. It tells you your IP address, along with your location and ISP information. I love it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages