LICENSE
MANIFEST.in
README.md
pyproject.toml
suppgram/__init__.py
suppgram/__main__.py
suppgram/alembic.ini
suppgram/analytics.py
suppgram/backend.py
suppgram/builder.py
suppgram/containers.py
suppgram/emoji.py
suppgram/entities.py
suppgram/errors.py
suppgram/frontend.py
suppgram/helpers.py
suppgram/logging.py
suppgram/observer.py
suppgram/storage.py
suppgram.egg-info/PKG-INFO
suppgram.egg-info/SOURCES.txt
suppgram.egg-info/dependency_links.txt
suppgram.egg-info/requires.txt
suppgram.egg-info/top_level.txt
suppgram/backends/__init__.py
suppgram/backends/local.py
suppgram/bridges/__init__.py
suppgram/bridges/inmemory_telegram.py
suppgram/bridges/mongodb_telegram.py
suppgram/bridges/sqlalchemy_telegram.py
suppgram/cli/__init__.py
suppgram/cli/all_in_one.py
suppgram/cli/pubnub_customer_client.py
suppgram/frontends/__init__.py
suppgram/frontends/instagram.py
suppgram/frontends/pubnub/__init__.py
suppgram/frontends/pubnub/configuration.py
suppgram/frontends/pubnub/converter.py
suppgram/frontends/pubnub/customer_frontend.py
suppgram/frontends/pubnub/errors.py
suppgram/frontends/pubnub/identification.py
suppgram/frontends/shell/__init__.py
suppgram/frontends/shell/customer_frontend.py
suppgram/frontends/telegram/__init__.py
suppgram/frontends/telegram/agent_frontend.py
suppgram/frontends/telegram/app_manager.py
suppgram/frontends/telegram/callback_actions.py
suppgram/frontends/telegram/customer_frontend.py
suppgram/frontends/telegram/helper.py
suppgram/frontends/telegram/helpers.py
suppgram/frontends/telegram/identification.py
suppgram/frontends/telegram/manager_frontend.py
suppgram/frontends/telegram/storage.py
suppgram/frontends/telegram/workplace_manager.py
suppgram/storages/__init__.py
suppgram/storages/inmemory.py
suppgram/storages/mongodb/__init__.py
suppgram/storages/mongodb/collections.py
suppgram/storages/mongodb/storage.py
suppgram/storages/sqlalchemy/__init__.py
suppgram/storages/sqlalchemy/models.py
suppgram/storages/sqlalchemy/storage.py
suppgram/storages/sqlalchemy/alembic/env.py
suppgram/storages/sqlalchemy/alembic/versions/48f9a7635310_initial_revision.py
suppgram/storages/sqlalchemy/alembic/versions/5fc7b901794b_support_images.py
suppgram/texts/__init__.py
suppgram/texts/en.py
suppgram/texts/interface.py
suppgram/texts/ru.py
tests/test_emoji.py