{"id":20146317,"url":"https://github.com/mohammadrezaamani/mailtracker","last_synced_at":"2025-03-03T00:15:26.047Z","repository":{"id":198759360,"uuid":"701488450","full_name":"MohammadrezaAmani/MailTracker","owner":"MohammadrezaAmani","description":"powerful Python FastAPI mail and content tracker ","archived":false,"fork":false,"pushed_at":"2025-02-17T13:47:43.000Z","size":336,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T14:37:53.247Z","etag":null,"topics":["fastapi","inui","mailtrack","python","view"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohammadrezaAmani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-06T18:39:55.000Z","updated_at":"2025-02-17T14:24:54.000Z","dependencies_parsed_at":"2023-10-12T01:22:22.788Z","dependency_job_id":null,"html_url":"https://github.com/MohammadrezaAmani/MailTracker","commit_stats":null,"previous_names":["mohammadrezaamani/mailtracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadrezaAmani%2FMailTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadrezaAmani%2FMailTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadrezaAmani%2FMailTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadrezaAmani%2FMailTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohammadrezaAmani","download_url":"https://codeload.github.com/MohammadrezaAmani/MailTracker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587844,"owners_count":19986628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","inui","mailtrack","python","view"],"created_at":"2024-11-13T22:21:25.219Z","updated_at":"2025-03-03T00:15:25.999Z","avatar_url":"https://github.com/MohammadrezaAmani.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💌 FastAPI Mail Tracker\n\n![Project Logo](./tracker/assets/media/logo.jpg)\n\n## Introduction\n\nPython Mail Tracker is a powerful tool for tracking emails and website views, providing detailed information such as IP addresses, locations, headers, devices, browsers, timestamps, and more. This FastAPI-based application is designed to help you monitor and analyze user interactions with your emails or website, giving you valuable insights into user behavior.\n\n## Features\n\n- Track emails and website views with ease.\n- Collect comprehensive information about each interaction.\n- Analyze user data to improve your communication and website content.\n- FastAPI backend for high-performance tracking.\n- Easy-to-use API for integrating tracking into your applications.\n\n## Table of Contents\n\n- [💌 Python Mail Tracker](#-python-mail-tracker)\n  - [Introduction](#introduction)\n  - [Features](#features)\n  - [Table of Contents](#table-of-contents)\n  - [Installation](#installation)\n    - [Usage](#usage)\n    - [API Documentation](#api-documentation)\n    - [Configuration](#configuration)\n    - [Contributing](#contributing)\n    - [License](#license)\n\n## Installation\n\nTo get started with Python Mail Tracker, follow these steps:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/MohammadrezaAmani/MailTracker.git\ncd MailTracker\n```\n1- Install the required dependencies:\n```bash\npip install -r requirements.txt\n```\n\n1. Configure your settings (see Configuration below).\n\n2. Run the FastAPI application:\n\n```bash\nuvicorn main:app --host 0.0.0.0 --port 8000 --reload\n```\n### Usage\nOnce you have the application up and running, you can start tracking emails or website views by making API requests. Here's a basic example of how to track an email:\n\n```python\nimport requests\n\n# Replace with your server's address\nbase_url = 'http://localhost:8000'\n\n# Track an email\nresponse = requests.post(f'{base_url}/track/email', json={\n    'recipient_email': 'recipient@example.com',\n    'email_subject': 'Important News',\n    'email_content': 'Check out our latest newsletter!',\n})\n\nprint(response.json())\n```\nFor more advanced usage and API endpoints, please refer to the API Documentation section below.\n\n### API Documentation\nFor detailed information on available API endpoints and how to use them, please check the API Documentation.\n\n### Configuration\nTo customize the behavior of Python Mail Tracker, you can edit the config.py file. Here, you can configure database settings, logging, and other application-specific options.\n\n### Contributing\nWe welcome contributions to make Python Mail Tracker even better! If you'd like to contribute, please follow our Contribution Guidelines.\n\n### License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadrezaamani%2Fmailtracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadrezaamani%2Fmailtracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadrezaamani%2Fmailtracker/lists"}