Name | zonotify JSON |
Version |
1.0.5
JSON |
| download |
home_page | https://github.com/SidmoGoesBrrr/Zonotify |
Summary | A simple package for sending notifications to Discord and Email in two lines. |
upload_time | 2024-01-31 11:08:35 |
maintainer | |
docs_url | None |
author | Siddhant |
requires_python | >=3.6 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Zonotify
Zonotify is a versatile Python package designed to provide convenient notification services for developers and users working on extensive tasks. Born out of the need for staying updated on the status of long-running tasks without the hassle of constantly checking the code, Zonotify simplifies the process by sending notifications directly through Discord or email. Whether you're running a complex data processing task, a lengthy machine learning model training, or any other time-consuming operation, Zonotify keeps you informed about the task's completion or progress updates, seamlessly integrating with just a few lines of code.
## Installation
Install Zonotify easily using pip:
```bash
pip install zonotify
```
## Usage
To use Zonotify, first import the package and set up the notifier for either Discord or email notifications or both.
```python
from zonotify import Zonotify
# Initialize with your Discord webhook URL and gmail credentials
notifier = Zonotify(discord_webhook_url='your_discord_webhook_url', gmail_credentials={
'email': 'your_email@example.com',
'smtp_server': 'smtp.gmail.com',
'smtp_port': 587,
'username': 'your_username',
'password': 'your_password'
})
```
## Send a notification to Discord
```python
notifier.notify_discord('Task Completed', 'Your long-running task has finished.')
```
## Send a notification via Email
```python
notifier.notify_email('recipient@example.com', 'Task Status', 'Your task')
```
## Contributing
We welcome contributions from the community! If you have suggestions, improvements, or want to report an issue, please visit our GitHub repository. Your input is valuable to us, and we look forward to seeing your ideas and contributions!
## Conclusion
Zonotify aims to make the life of developers and users easier by automating the notification process for various tasks. It's a simple yet powerful tool that can be integrated into numerous workflows and systems. We hope Zonotify enhances your productivity and helps you stay updated on your tasks with minimal disruption. Happy coding!
Raw data
{
"_id": null,
"home_page": "https://github.com/SidmoGoesBrrr/Zonotify",
"name": "zonotify",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Siddhant",
"author_email": "siddhant@zodevelopers.com",
"download_url": "https://files.pythonhosted.org/packages/78/bf/d9e28d2c186ea411111f5853408c6e671d15ef654720801a3e82835d7b50/zonotify-1.0.5.tar.gz",
"platform": null,
"description": "# Zonotify\r\n\r\nZonotify is a versatile Python package designed to provide convenient notification services for developers and users working on extensive tasks. Born out of the need for staying updated on the status of long-running tasks without the hassle of constantly checking the code, Zonotify simplifies the process by sending notifications directly through Discord or email. Whether you're running a complex data processing task, a lengthy machine learning model training, or any other time-consuming operation, Zonotify keeps you informed about the task's completion or progress updates, seamlessly integrating with just a few lines of code.\r\n\r\n## Installation\r\n\r\nInstall Zonotify easily using pip:\r\n\r\n```bash\r\npip install zonotify\r\n```\r\n\r\n## Usage\r\nTo use Zonotify, first import the package and set up the notifier for either Discord or email notifications or both.\r\n\r\n```python\r\nfrom zonotify import Zonotify\r\n\r\n# Initialize with your Discord webhook URL and gmail credentials\r\nnotifier = Zonotify(discord_webhook_url='your_discord_webhook_url', gmail_credentials={\r\n 'email': 'your_email@example.com',\r\n 'smtp_server': 'smtp.gmail.com',\r\n 'smtp_port': 587,\r\n 'username': 'your_username',\r\n 'password': 'your_password'\r\n})\r\n```\r\n\r\n\r\n## Send a notification to Discord\r\n```python\r\nnotifier.notify_discord('Task Completed', 'Your long-running task has finished.')\r\n```\r\n## Send a notification via Email\r\n```python\r\nnotifier.notify_email('recipient@example.com', 'Task Status', 'Your task')\r\n```\r\n\r\n## Contributing\r\nWe welcome contributions from the community! If you have suggestions, improvements, or want to report an issue, please visit our GitHub repository. Your input is valuable to us, and we look forward to seeing your ideas and contributions!\r\n\r\n## Conclusion\r\nZonotify aims to make the life of developers and users easier by automating the notification process for various tasks. It's a simple yet powerful tool that can be integrated into numerous workflows and systems. We hope Zonotify enhances your productivity and helps you stay updated on your tasks with minimal disruption. Happy coding!\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A simple package for sending notifications to Discord and Email in two lines.",
"version": "1.0.5",
"project_urls": {
"Homepage": "https://github.com/SidmoGoesBrrr/Zonotify"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c0fa4a3e358ce04476a13c8a3b44c28c29f71327213ff092e506f359b026ef89",
"md5": "5a9712935c84f4033c65f1937abc52ed",
"sha256": "d2e9457e7b1b9dafd2978bf05ea03ffb9298844d30a62dc2894fbc68a0032e7d"
},
"downloads": -1,
"filename": "zonotify-1.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5a9712935c84f4033c65f1937abc52ed",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 4438,
"upload_time": "2024-01-31T11:08:33",
"upload_time_iso_8601": "2024-01-31T11:08:33.851882Z",
"url": "https://files.pythonhosted.org/packages/c0/fa/4a3e358ce04476a13c8a3b44c28c29f71327213ff092e506f359b026ef89/zonotify-1.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "78bfd9e28d2c186ea411111f5853408c6e671d15ef654720801a3e82835d7b50",
"md5": "cb3f3d3199d972bc384adf9586641611",
"sha256": "2ccb2fe4135457ebcec58a1d3247af2c50d89383b7208890a748c2328b162fc6"
},
"downloads": -1,
"filename": "zonotify-1.0.5.tar.gz",
"has_sig": false,
"md5_digest": "cb3f3d3199d972bc384adf9586641611",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4191,
"upload_time": "2024-01-31T11:08:35",
"upload_time_iso_8601": "2024-01-31T11:08:35.118546Z",
"url": "https://files.pythonhosted.org/packages/78/bf/d9e28d2c186ea411111f5853408c6e671d15ef654720801a3e82835d7b50/zonotify-1.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-31 11:08:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SidmoGoesBrrr",
"github_project": "Zonotify",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "zonotify"
}