Metadata-Version: 2.1
Name: simplebot-file2link
Version: 1.0.0
Summary: File uploads plugin for SimpleBot
Home-page: https://github.com/adbenitez/simplebot_file2link
Author: adbenitez
Author-email: adbenitez@nauta.cu
License: MPL
Keywords: simplebot plugin deltachat
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Requires-Dist: simplebot (>=2.0.0)
Requires-Dist: requests (>=2.26.0)
Provides-Extra: dev
Requires-Dist: simplebot (>=2.0.0) ; extra == 'dev'
Requires-Dist: requests (>=2.26.0) ; extra == 'dev'
Requires-Dist: pytest (>=6.2.4) ; extra == 'dev'
Requires-Dist: requests-mock (>=1.9.3) ; extra == 'dev'
Requires-Dist: black (>=21.7b0) ; extra == 'dev'
Requires-Dist: mypy (>=0.910) ; extra == 'dev'
Requires-Dist: isort (>=5.9.3) ; extra == 'dev'
Requires-Dist: pylint (>=2.9.6) ; extra == 'dev'
Requires-Dist: pylama (>=7.7.1) ; extra == 'dev'
Requires-Dist: types-pkg-resources (>=0.1.3) ; extra == 'dev'
Requires-Dist: types-requests (>=2.25.6) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest (>=6.2.4) ; extra == 'test'
Requires-Dist: requests-mock (>=1.9.3) ; extra == 'test'

File2Link
=========

.. image:: https://img.shields.io/pypi/v/simplebot_file2link.svg
   :target: https://pypi.org/project/simplebot_file2link

.. image:: https://img.shields.io/pypi/pyversions/simplebot_file2link.svg
   :target: https://pypi.org/project/simplebot_file2link

.. image:: https://pepy.tech/badge/simplebot_file2link
   :target: https://pepy.tech/project/simplebot_file2link

.. image:: https://img.shields.io/pypi/l/simplebot_file2link.svg
   :target: https://pypi.org/project/simplebot_file2link

.. image:: https://github.com/adbenitez/simplebot_file2link/actions/workflows/python-ci.yml/badge.svg
   :target: https://github.com/adbenitez/simplebot_file2link/actions/workflows/python-ci.yml

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black

A `SimpleBot`_ plugin that will upload to the cloud any file sent by the users in private.

By default the bot will upload the files to https://0x0.st/, you can change the server with::

    simplebot -a bot@example.com db simplebot_file2link/server "https://example.com"

Install
-------

To install run::

  pip install simplebot-file2link


.. _SimpleBot: https://github.com/simplebot-org/simplebot


