-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# echolog | ||
Advanced IP logger that sends results in a discord webhook | ||
# ECHOLOG | ||
Advanced IP logger that sends results in a discord webhook you provide, plain HTML, can be hosted on GitHub pages! | ||
|
||
## Usage | ||
|
||
1. Create an fork of this repo | ||
2. Go into [`index.html`](https://github.com/3kh0/echolog/blob/main/index.html) on the root directory | ||
3. Go to line 27 and add your discord webhook URL | ||
4. Deploy the repo and get it up and running, visit the page to test if it works. | ||
5. Send it to your friends! | ||
|
||
If you did everything right, you should get messages like this one below! | ||
|
||
![image](https://user-images.githubusercontent.com/58097612/187570681-cc4d17f3-2f3a-4b8a-9432-ec7ca6637a63.png) |