collective.contentrules.telegram


Namecollective.contentrules.telegram JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.contentrules.telegram
SummaryAn add-on to enable sending messages to Telegram using content rules
upload_time2024-03-21 16:48:20
maintainerNone
docs_urlNone
authorMikel Larreategi
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on PyPI or github. It is a comment.

.. image:: https://github.com/collective/collective.contentrules.telegram/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/collective.contentrules.telegram/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/collective.contentrules.telegram/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/collective.contentrules.telegram?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/collective.contentrules.telegram/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/collective.contentrules.telegram

.. image:: https://img.shields.io/pypi/v/collective.contentrules.telegram.svg
    :target: https://pypi.python.org/pypi/collective.contentrules.telegram/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/collective.contentrules.telegram.svg
    :target: https://pypi.python.org/pypi/collective.contentrules.telegram
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/collective.contentrules.telegram.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/collective.contentrules.telegram.svg
    :target: https://pypi.python.org/pypi/collective.contentrules.telegram/
    :alt: License


================================
collective.contentrules.telegram
================================

An add-on to enable sending messages to Telegram using content rules

Features
--------

- Content Rule action to send messages using Telegram



Installation
------------

Get a Telegram Bot Token. `Check the official documentation`_ to know how to do it.

Install collective.contentrules.telegram by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.contentrules.telegram


and then running ``bin/buildout``


Authors
-------

Mikel Larreategi <mlarreategi@codesyntax.com>



Contribute
----------

- Issue Tracker: https://github.com/collective/collective.contentrules.telegram/issues
- Source Code: https://github.com/collective/collective.contentrules.telegram


Support
-------

If you are having issues, please let us know addin an issue in our GitHub repository.


License
-------

The project is licensed under the GPLv2.


.. _`Check the official documentation`: https://core.telegram.org/bots/api


Contributors
============

- Mikel Larreategi, mlarreategi@codesyntax.com


Changelog
=========


1.0.1 (2024-03-21)
------------------

- set default value for token [Mikel Larreategi <mlarreategi@codesyntax.com>]

- fix element not having the attribute [Mikel Larreategi <mlarreategi@codesyntax.com>]

-  [Mikel Larreategi <mlarreategi@codesyntax.com>]

- [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]



1.0 (2024-03-21)
----------------

- Initial release.
  [erral]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.contentrules.telegram",
    "name": "collective.contentrules.telegram",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Python Plone CMS",
    "author": "Mikel Larreategi",
    "author_email": "mlarreategi@codesyntax.com",
    "download_url": "https://files.pythonhosted.org/packages/4c/29/9845035fe8375540a58b2d700e294caa6cc98a010db94b6fe735fdbbd2f5/collective.contentrules.telegram-1.0.1.tar.gz",
    "platform": null,
    "description": ".. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.\n   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n   This text does not appear on PyPI or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.contentrules.telegram/actions/workflows/plone-package.yml/badge.svg\n    :target: https://github.com/collective/collective.contentrules.telegram/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.contentrules.telegram/badge.svg?branch=main\n    :target: https://coveralls.io/github/collective/collective.contentrules.telegram?branch=main\n    :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.contentrules.telegram/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/collective/collective.contentrules.telegram\n\n.. image:: https://img.shields.io/pypi/v/collective.contentrules.telegram.svg\n    :target: https://pypi.python.org/pypi/collective.contentrules.telegram/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.contentrules.telegram.svg\n    :target: https://pypi.python.org/pypi/collective.contentrules.telegram\n    :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.contentrules.telegram.svg?style=plastic   :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.contentrules.telegram.svg\n    :target: https://pypi.python.org/pypi/collective.contentrules.telegram/\n    :alt: License\n\n\n================================\ncollective.contentrules.telegram\n================================\n\nAn add-on to enable sending messages to Telegram using content rules\n\nFeatures\n--------\n\n- Content Rule action to send messages using Telegram\n\n\n\nInstallation\n------------\n\nGet a Telegram Bot Token. `Check the official documentation`_ to know how to do it.\n\nInstall collective.contentrules.telegram by adding it to your buildout::\n\n    [buildout]\n\n    ...\n\n    eggs =\n        collective.contentrules.telegram\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\nMikel Larreategi <mlarreategi@codesyntax.com>\n\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.contentrules.telegram/issues\n- Source Code: https://github.com/collective/collective.contentrules.telegram\n\n\nSupport\n-------\n\nIf you are having issues, please let us know addin an issue in our GitHub repository.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\n.. _`Check the official documentation`: https://core.telegram.org/bots/api\n\n\nContributors\n============\n\n- Mikel Larreategi, mlarreategi@codesyntax.com\n\n\nChangelog\n=========\n\n\n1.0.1 (2024-03-21)\n------------------\n\n- set default value for token [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n- fix element not having the attribute [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n-  [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n- [ci skip] [Mikel Larreategi <mlarreategi@codesyntax.com>]\n\n\n\n1.0 (2024-03-21)\n----------------\n\n- Initial release.\n  [erral]\n",
    "bugtrack_url": null,
    "license": "GPL version 2",
    "summary": "An add-on to enable sending messages to Telegram using content rules",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/collective/collective.contentrules.telegram",
        "PyPI": "https://pypi.org/project/collective.contentrules.telegram/",
        "Source": "https://github.com/collective/collective.contentrules.telegram",
        "Tracker": "https://github.com/collective/collective.contentrules.telegram/issues"
    },
    "split_keywords": [
        "python",
        "plone",
        "cms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c299845035fe8375540a58b2d700e294caa6cc98a010db94b6fe735fdbbd2f5",
                "md5": "65d5a1332a4db442aa498c844ff908c8",
                "sha256": "bca384ca56bd6ea6340ad922e776ec5583bb563cf496bcbedbd42d40a4f0d393"
            },
            "downloads": -1,
            "filename": "collective.contentrules.telegram-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "65d5a1332a4db442aa498c844ff908c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 24836,
            "upload_time": "2024-03-21T16:48:20",
            "upload_time_iso_8601": "2024-03-21T16:48:20.306078Z",
            "url": "https://files.pythonhosted.org/packages/4c/29/9845035fe8375540a58b2d700e294caa6cc98a010db94b6fe735fdbbd2f5/collective.contentrules.telegram-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 16:48:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "collective.contentrules.telegram",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "collective.contentrules.telegram"
}
        
Elapsed time: 0.20959s