Giter VIP home page Giter VIP logo

pytracker's Introduction

npm package

This is a mail tracking service which I developed for my personal use and it is motivated by https://github.com/prashantsengar/mTracker created by Prashant Sengar.

It consist of a python server and a work in progress outlook plugin that contacts the server and adds a tracking code to the email, so you know when someone has oppened it!

The idea of this project is to develop extensions for every browser and email service, based on the tracking api provided by PyTracker!

How to use it:

You are welcome to contribute to this repository. Get started with the following steps:

  • Clone the repo

git clone https://github.com/elblogbruno/PyTracker.git

  • Install the requirements

pip install -r requirements.txt

  • Edit the email address, password, SMPT address and port in the main.py file, this is the email that will sent you notifications when user has oppened the email.

  • Now you are good to go. Run the main file

python main.py or python3 main.py

The flask app will run on localhost.

By the moment you can call this url for example (changing sender and receiver for the corresponding email)

http://localhost:5000/get_tracking_code_for_email?sender=[sender]&receiver=[receiver]

which will get you the code you need to inject on the email.

if your email is "[email protected]" you are the sender, and then for example "[email protected]" is the receiver you want to track if he opoens the email, the url will be:

http://localhost:5000/[email protected]&[email protected]

I want this to be done automatically by the plugin in the near future.

To-do

There's a lot to do here. Everyone is welcome to make it better.

  • Make chrome extension that works for

    • Gmail

    • Hotmail

    • Yahoo mail

  • Others

    • Outlook

pytracker's People

Contributors

elblogbruno avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.