Metadata-Version: 2.1
Name: monito
Version: 0.1.0
Summary: Tool to monitor and filter news websites and alike.
Home-page: https://gitlab.com/szs/monito/
License: MIT
Keywords: rss,rss feed,news feed,newsfeed
Author: Steffen Brinkmann
Author-email: s-b@mailbox.org
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications
Classifier: Topic :: Education
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Topic :: Utilities
Requires-Dist: alive-progress (>=2.1.0,<3.0.0)
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: feedparser (>=6.0.8,<7.0.0)
Requires-Dist: lxml (>=4.7.1,<5.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: selenium (>=4.1.0,<5.0.0)
Requires-Dist: spacy (>=3.2.1,<4.0.0)
Requires-Dist: spacy-syllables (>=3.0.1,<4.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Documentation, https://monito.readthedocs.io/en/latest/
Project-URL: Repository, https://gitlab.com/szs/monito/
Description-Content-Type: text/x-rst

monito
======

Tool for monitoring and filtering news websites and alike.

Installation
============

The installation is straight forward. You can install the package via ``pip``, ``pipenv``, ``poetry``
and alike or by downloading the source from the gitlab repository.

From pypi.org (recommended)
---------------------------

Install by typing

.. code-block:: shell

                pip install monito

or

.. code-block:: shell

                pip install --user monito

if you do not have root access.

Please check the documentations for `pipenv <https://pipenv.pypa.io/en/latest/>`_, and
`poetry <https://python-poetry.org/docs/>`_ for information on how to install packages with these tools.


From gitlab.com
---------------

To get the latest features or contribute to the development, you can clone the whole project using
`git <https://git-scm.com/>`_:

.. code-block:: shell

                git clone https://gitlab.com/szs/monito.git

Now you can, for instance, copy ``monito.py`` over to your project and import it directly or use it as a
command line tool.


How to Contribute
=================

If you find a bug, want to propose a feature or need help getting this package to work with your data
on your system, please don't hesitate to file an `issue <https://gitlab.com/szs/monito/-/issues>`_ or write
an email. Merge requests are also much appreciated!

Project links
=============

* `Repository <https://gitlab.com/szs/monito>`_
* `Documentation <https://monito.readthedocs.io/en/latest/>`_
* `pypi page <https://pypi.org/project/monito/>`_

Author
======

Steffen Brinkmann <s-b@mailbox.org>

License
=======

Published under the terms of the `MIT license <https://mit-license.org/>`_

