{"id":18869560,"url":"https://github.com/vedantwork/skype-error-notifications","last_synced_at":"2026-02-12T00:34:12.840Z","repository":{"id":219690134,"uuid":"749650400","full_name":"vedantwork/Skype-Error-Notifications","owner":"vedantwork","description":"Skype Error Notification is a specialized microservice designed to handle and deliver error notifications via Skype. Integrated into your application, this service provides a robust mechanism to send real-time error alerts directly to a specified Skype chat, enabling swift and efficient issue tracking and resolution.","archived":false,"fork":false,"pushed_at":"2024-12-09T10:20:21.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T10:16:47.677Z","etag":null,"topics":["python","skype-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vedantwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-29T05:39:39.000Z","updated_at":"2024-12-09T10:20:25.000Z","dependencies_parsed_at":"2024-08-24T08:31:57.006Z","dependency_job_id":"eae445c3-b6c7-4a34-af2b-b9cc57f9d7c0","html_url":"https://github.com/vedantwork/Skype-Error-Notifications","commit_stats":null,"previous_names":["vedantwork/skype-error-notification","vedantwork/skype-error-notifications"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedantwork%2FSkype-Error-Notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedantwork%2FSkype-Error-Notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedantwork%2FSkype-Error-Notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedantwork%2FSkype-Error-Notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vedantwork","download_url":"https://codeload.github.com/vedantwork/Skype-Error-Notifications/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816513,"owners_count":19701753,"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":["python","skype-api"],"created_at":"2024-11-08T05:17:00.663Z","updated_at":"2026-02-12T00:34:12.822Z","avatar_url":"https://github.com/vedantwork.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003cb\u003eSKYPE ERROR NOTIFICATION SERVICE\u003c/b\u003e\u003c/h1\u003e\n  \u003ch4\u003eMicroservice for handling error notifications via Skype in a Django application\u003c/h4\u003e\n\u003c/div\u003e\n\n## 📗 Table of Contents\n\n- 📖 About the Project\n- 👀 Overview\n- 🛠 Built With\n  - 🔥 Tech Stack\n- 🔑 Key Features\n- 💻 Getting Started\n  - 📜 Prerequisites\n  - ⚙️ Setup\n  - ▶️ Run Application\n  - 🕹️ Usage\n- 👥 Author\n\n## 📖 About the Project\n\nThis service is a backend microservice integrated into a Django application, designed to notify error messages via Skype. It provides a mechanism to send error messages directly to a Skype chat from your backend when specific conditions or exceptions occur.\n\n## 👀 Overview\n\n- The service provides a method (`notifyerrormessage`) to send error messages from your Django application to a specified Skype chat.\n- It handles incoming POST requests, processes the error data, and sends the details as a message to a configured Skype account.\n\n## 🛠 Built With\n\n- Python\n- Django\n- Requests\n- JSON\n\n### 🔥 Tech Stack\n\n- Django\n- Skype API\n\n### 🔑 Key Features\n\n- Sends error notifications directly to Skype.\n- Handles both encoded and plain JSON data in POST requests.\n- Uses SQL queries to fetch user details for personalized error reporting.\n\n## 💻 Getting Started\n\n### 📜 Prerequisites\n\nTo use this service, you will need:\n\n- Python 3.x\n- Django\n- Skype account credentials\n- Required Python libraries: `requests`, `json`, `Skype API` (if using Skype integration).\n\n### ⚙️ Setup\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/your-repo/skype-error-notification-service.git\n    ```\n\n2. **Navigate to the project directory**:\n    ```bash\n    cd skype-error-notification-service\n    ```\n\n3. **Install the required dependencies**:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Update Configuration**:\n    - Replace `'yourskypeemail'` and `'yourskypepassword'` with your actual Skype email and password.\n    - Update the `urls.BASE_URL` in `main/constants.py` with your application's base URL.\n\n### ▶️ Run Application\n\n1. **Run the Django development server**:\n    ```bash\n    python manage.py runserver\n    ```\n\n### 🕹️ Usage\n\n1. The `notifyerrormessage` method accepts a POST request with error details in JSON format.\n2. To trigger the error notification, send a POST request to the endpoint with the necessary payload.\n3. The method will process the request and send the error message to the configured Skype chat.\n\n- 👥 Author\n  - Vedant Vartak\n    - Email ✉️: vedantvartakworkk@gmail.com\n    - Country 🌍: India 🇮🇳\n\n**Example Request**:\n\n```json\n{\n    \"email\": \"user@example.com\"\n}\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedantwork%2Fskype-error-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvedantwork%2Fskype-error-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedantwork%2Fskype-error-notifications/lists"}