All Projects → prashantsengar → mTracker

prashantsengar / mTracker

Licence: MIT License
An email tracker built with Python and Flask

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to mTracker

python-web-dev-21-2
Material for "Web Development in Python with Django" using Django 2.1, published as a Pearson LiveLesson on Safari Books Online
Stars: ✭ 38 (+90%)
Mutual labels:  heroku, herokuapp
Meteor-Files-Demo
Demo application for ostrio:files package
Stars: ✭ 16 (-20%)
Mutual labels:  heroku, herokuapp
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (+5%)
Mutual labels:  heroku, herokuapp
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (+30%)
Mutual labels:  heroku, herokuapp
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+1060%)
Mutual labels:  beginner-friendly
flask-app-blueprint
Flask App Blueprint / Boilerplate including user registration/login, admin only section, CRUD on database, and more. Based on Python, Flask, PostgreSQL, et al. deployed on Heroku. The #1 starter project.
Stars: ✭ 144 (+620%)
Mutual labels:  heroku
meta pinger
a Heroku-hosted Rails app that pings Heroku apps (including itself) at 10 minute intervals to keep the servers from idling :)
Stars: ✭ 50 (+150%)
Mutual labels:  heroku
django social login tutorial
Django Social Login Tutorial
Stars: ✭ 65 (+225%)
Mutual labels:  heroku
heroku-php-extensions
Pre-built PHP extensions for Heroku that are not included or fully supported by the official PHP buildpack.
Stars: ✭ 15 (-25%)
Mutual labels:  heroku
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (-10%)
Mutual labels:  heroku
libDrive
libDrive is a Google Drive media library manager and indexer, similar to Plex, that organizes Google Drive media to offer an intuitive and user-friendly experience.
Stars: ✭ 14 (-30%)
Mutual labels:  heroku
Web-Development-Path-And-Resources
Will Add a path and some resources in this repo for web D for my first year students
Stars: ✭ 46 (+130%)
Mutual labels:  heroku
haikunatorgo
Generate Heroku-like random names to use in your go applications.
Stars: ✭ 50 (+150%)
Mutual labels:  heroku
nazar
Electronic component detection, identification and recognition system in realtime from camera image using react-native and tensorflow for classification along with Clarifai API with option to search the component details from web with description shown from Octopart fetched from server
Stars: ✭ 25 (+25%)
Mutual labels:  heroku
tweegeemee
Twitter Genetic Algorithm Imagery
Stars: ✭ 83 (+315%)
Mutual labels:  heroku
Chatbot
A Deep-Learning multi-purpose chatbot made using Python3
Stars: ✭ 36 (+80%)
Mutual labels:  heroku
REAPER-2.0
A multi-purpose discord bot made using Discord.js V13. Includes Logging, Welcomer, Slash Commands, Menu based Help Command and so much more!
Stars: ✭ 202 (+910%)
Mutual labels:  beginner-friendly
OpenCV-REST-API
Learn to create a REST API microservice for extracting faces from images using OpenCV, OpenCV-python, Flask, Docker, and Heroku
Stars: ✭ 71 (+255%)
Mutual labels:  heroku
cookiecutter-django-herokuapp
A cookiecutter template for creating Django 1.7+ / Python 3 projects quickly, thought optimized for Heroku in the meantime.
Stars: ✭ 20 (+0%)
Mutual labels:  heroku
IPL-ML-2018
Predicting IPL match results. https://kuharan.github.io/IPL-ML-2018/
Stars: ✭ 14 (-30%)
Mutual labels:  heroku

mTracker

This is a very basic mail tracking service which I developed for my personal use.

To see it working, visit mTracker

You can read about the project in my blog

How to use it:

  1. Visit the website

Before sign up

  1. Fill the form

After signing up

  1. Get the HTML code

  2. Add the HTML code to your mail body HTML. This video will help you.

  3. Send your email.

Now when the receiver opens your email, you will get an email

Sample of email

Contributing

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

  • clone the repo

git clone https://github.com/prashantsengar/mTracker.git

  • Install the requirements

pip install -r requirements.txt

  • Edit the email address, password, SMPT address and port in the main.py file

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

python main.py or python3 main.py

The flask app will run on localhost. Visit http://localhost:5000

Join our Telegram group via the link given below

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

Community

Read the contributing guide

Join the Telegram group for support and contributing

mTracker Telegram Group

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].