Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

A simple acknowledgement URL creator for Discord/email.

License

Notifications You must be signed in to change notification settings

0xNoNames/Discord-Ack-Receipt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  • Open or use a port of your choice and specify it in the script.
  • Note the server's IP.
  • Create the link. Example : http://serverip:serverport/keyword where keyword can be anything like the name of a person or group.
  • Send the link to someone on Discord and you will know when they open it in the server log.

You can also send the receipt by email by including an image via URL in the body of the email.

How it works

The script creates a TCP server serving a PNG file of size 1x1 over HTTP.

Discord directly displays to the user an image contained in a url when they open a message, so when the user opens your message, a GET request will be sent from their Discord client to your server and your server will display the acknowledgement.

It works exactly the same way with e-mail.

About

A simple acknowledgement URL creator for Discord/email.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages