A simple link opening tracker
Live here: https://openedme.com
It sends you an email when someone opens the link you send them.
Yes! We use TinyURL to shortern and anonimize the link
This service uses the Mailjet's API
API to send emails but you can modify the send_email.py
file to send via whichever provider you want.
I use IP Stack's API to get the location of the people who click the link but you can modify the send_email.py
file to send via whichever provider you want.
In order to enable Google analytics tracking please put your tracking ID in the GA_TRACKING
variable in config.py
- Create a database to store URLs and thus make your own URL shortner. - Requires Patreon funding to be ($10/month)
- Allow users to see via webpage how many opens there have been for the URL via a database. - Requires Patreon funding to be ($10/month)
- Location tracking (currently limited to 10k clients per month) - Requires Patreon to be ($19/month)
Just add your domain name where you're running this app and your MailJet credentials to the config.py
file
You can support the service by helping with the server costs by going here: https://patreon.com/openedme
Please feel free to develop this project more and fix issues as you see them!