https://github.com/a0s/ip-requester
https://github.com/a0s/ip-requester
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a0s/ip-requester
- Owner: a0s
- License: other
- Created: 2019-10-17T13:24:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T14:09:10.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T06:37:51.842Z (over 1 year ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [MTMR](https://github.com/Toxblh/MTMR) meets [ifconfig.co](https://ifconfig.co/)

## Build
```bash
git clone https://github.com/a0s/ip-requester.git
cd ip-requester
go build
./ip-requester
```
## Usage
MTMR's config:
```json
{
{
"type": "shellScriptTitledButton",
"width": 110,
"refreshInterval": 5,
"source": {
"inline": "~/ip-requester/ip-requester"
},
"action": "appleScript",
"actionAppleScript": {
"inline": ""
},
"align": "right",
"bordered": false
}
}
```