AUTHORS.rst
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
src/slackly/__init__.py
src/slackly/compat.py
src/slackly/config.py
src/slackly/oauth_utils.py
src/slackly/scopes.py
src/slackly.egg-info/PKG-INFO
src/slackly.egg-info/SOURCES.txt
src/slackly.egg-info/dependency_links.txt
src/slackly.egg-info/requires.txt
src/slackly.egg-info/top_level.txt
src/slackly.egg-info/zip-safe
src/slackly/api/__init__.py
src/slackly/api/endpoints/__init__.py
src/slackly/api/endpoints/_base.py
src/slackly/api/endpoints/api.py
src/slackly/api/endpoints/auth.py
src/slackly/api/endpoints/bots.py
src/slackly/api/endpoints/channels.py
src/slackly/api/endpoints/chat.py
src/slackly/api/endpoints/dnd.py
src/slackly/api/endpoints/emoji.py
src/slackly/api/endpoints/files.py
src/slackly/api/endpoints/groups.py
src/slackly/api/endpoints/im.py
src/slackly/api/endpoints/mpim.py
src/slackly/api/endpoints/oauth.py
src/slackly/api/endpoints/pins.py
src/slackly/api/endpoints/reactions.py
src/slackly/api/endpoints/reminders.py
src/slackly/api/endpoints/rtm.py
src/slackly/api/endpoints/search.py
src/slackly/api/endpoints/stars.py
src/slackly/api/endpoints/team.py
src/slackly/api/endpoints/usergroups.py
src/slackly/api/endpoints/users.py
src/slackly/client/__init__.py
src/slackly/client/api_client.py
src/slackly/client/rtm_client.py
src/slackly/client/event_factory/__init__.py
src/slackly/client/response_factory/__init__.py
src/slackly/events/__init__.py
src/slackly/events/_base.py
src/slackly/events/accounts_changed.py
src/slackly/events/bot_added.py
src/slackly/events/bot_changed.py
src/slackly/events/channel_archive.py
src/slackly/events/channel_created.py
src/slackly/events/channel_deleted.py
src/slackly/events/channel_history_changed.py
src/slackly/events/channel_joined.py
src/slackly/events/channel_left.py
src/slackly/events/channel_marked.py
src/slackly/events/channel_rename.py
src/slackly/events/channel_unarchive.py
src/slackly/events/commands_changed.py
src/slackly/events/desktop_notification.py
src/slackly/events/dnd_updated.py
src/slackly/events/dnd_updated_user.py
src/slackly/events/email_domain_changed.py
src/slackly/events/emoji_changed.py
src/slackly/events/file_change.py
src/slackly/events/file_comment_added.py
src/slackly/events/file_comment_deleted.py
src/slackly/events/file_comment_edited.py
src/slackly/events/file_created.py
src/slackly/events/file_deleted.py
src/slackly/events/file_public.py
src/slackly/events/file_shared.py
src/slackly/events/file_unshared.py
src/slackly/events/goodbye.py
src/slackly/events/group_archive.py
src/slackly/events/group_close.py
src/slackly/events/group_history_changed.py
src/slackly/events/group_joined.py
src/slackly/events/group_left.py
src/slackly/events/group_marked.py
src/slackly/events/group_open.py
src/slackly/events/group_rename.py
src/slackly/events/group_unarchive.py
src/slackly/events/hello.py
src/slackly/events/im_close.py
src/slackly/events/im_created.py
src/slackly/events/im_history_changed.py
src/slackly/events/im_marked.py
src/slackly/events/im_open.py
src/slackly/events/manual_presence_change.py
src/slackly/events/member_joined_channel.py
src/slackly/events/message.py
src/slackly/events/pin_added.py
src/slackly/events/pin_removed.py
src/slackly/events/pong.py
src/slackly/events/pref_change.py
src/slackly/events/presence_change.py
src/slackly/events/reaction_added.py
src/slackly/events/reaction_removed.py
src/slackly/events/reconnect_url.py
src/slackly/events/star_added.py
src/slackly/events/star_removed.py
src/slackly/events/subteam_created.py
src/slackly/events/subteam_self_added.py
src/slackly/events/subteam_self_removed.py
src/slackly/events/subteam_updated.py
src/slackly/events/team_domain_change.py
src/slackly/events/team_join.py
src/slackly/events/team_migration_started.py
src/slackly/events/team_plan_change.py
src/slackly/events/team_pref_change.py
src/slackly/events/team_profile_change.py
src/slackly/events/team_profile_delete.py
src/slackly/events/team_profile_reorder.py
src/slackly/events/team_rename.py
src/slackly/events/thread_marked.py
src/slackly/events/thread_subscribed.py
src/slackly/events/thread_unsubscribed.py
src/slackly/events/update_thread_state.py
src/slackly/events/url_verification.py
src/slackly/events/user_change.py
src/slackly/events/user_typing.py
src/slackly/examples/__init__.py
src/slackly/examples/rtm.py
src/slackly/examples/start_here.py
src/slackly/examples/echo_bot/__init__.py
src/slackly/examples/echo_bot/__main__.py
src/slackly/schema/__init__.py
src/slackly/schema/endpoints/__init__.py
src/slackly/schema/types/__init__.py
src/slackly/schema/types/_base.py
src/slackly/schema/types/basic.py
src/slackly/schema/types/channel.py
src/slackly/schema/types/message.py
src/slackly/schema/types/user.py
src/slackly/start_here/__init__.py
src/slackly/start_here/__main__.py
tests/data/endpoints/FAKE_ENDPOINT/simple.json
tests/data/endpoints/api.test/app_no_args.json
tests/data/endpoints/api.test/bot_no_args.json
tests/data/endpoints/auth.revoke/app_test_true.json
tests/data/endpoints/auth.revoke/bot_test_true.json
tests/data/endpoints/auth.test/app_no_args.json
tests/data/endpoints/auth.test/app_simple.json
tests/data/endpoints/auth.test/bot_no_args.json
tests/data/endpoints/auth.test/bot_simple.json
tests/data/endpoints/bots.info/app_bot_botid.json
tests/data/endpoints/bots.info/app_bot_userid.json
tests/data/endpoints/bots.info/app_no_args.json
tests/data/endpoints/bots.info/app_user_userid.json
tests/data/endpoints/bots.info/bot_bot_botid.json
tests/data/endpoints/bots.info/bot_bot_userid.json
tests/data/endpoints/bots.info/bot_no_args.json
tests/data/endpoints/bots.info/bot_user_userid.json
tests/data/endpoints/channels.info/app_app_invited_channel.json
tests/data/endpoints/channels.info/app_app_not_invited.json
tests/data/endpoints/channels.info/bot_app_invited_channel.json
tests/data/endpoints/channels.info/bot_app_not_invited.json
tests/data/endpoints/channels.list/app_exclude_archived_false.json
tests/data/endpoints/channels.list/app_exclude_archived_true.json
tests/data/endpoints/channels.list/app_exclude_members_false.json
tests/data/endpoints/channels.list/app_exclude_members_true.json
tests/data/endpoints/channels.list/bot_exclude_archived_false.json
tests/data/endpoints/channels.list/bot_exclude_archived_true.json
tests/data/endpoints/channels.list/bot_exclude_members_false.json
tests/data/endpoints/channels.list/bot_exclude_members_true.json
tests/data/endpoints/chat.delete/app_delete_own_as_user.json
tests/data/endpoints/chat.delete/app_delete_own_not_as_user.json
tests/data/endpoints/chat.delete/bot_delete_own_as_user.json
tests/data/endpoints/chat.delete/bot_delete_own_not_as_user.json
tests/data/endpoints/chat.meMessage/app_app_invited_channel_keyword.json
tests/data/endpoints/chat.meMessage/app_app_invited_channel_positonal.json
tests/data/endpoints/chat.meMessage/app_app_not_invited.json
tests/data/endpoints/chat.meMessage/bot_app_invited_channel_keyword.json
tests/data/endpoints/chat.meMessage/bot_app_invited_channel_positonal.json
tests/data/endpoints/chat.meMessage/bot_app_not_invited.json
tests/data/endpoints/chat.postMessage/app_app_invited_channel_keyword.json
tests/data/endpoints/chat.postMessage/app_app_invited_channel_positonal.json
tests/data/endpoints/chat.postMessage/app_app_invited_channel_user.json
tests/data/endpoints/chat.postMessage/app_app_not_invited.json
tests/data/endpoints/chat.postMessage/app_app_not_invited_posting_ok.json
tests/data/endpoints/chat.postMessage/app_app_not_invited_posting_ok_user.json
tests/data/endpoints/chat.postMessage/app_app_not_invited_user.json
tests/data/endpoints/chat.postMessage/app_reply.json
tests/data/endpoints/chat.postMessage/app_reply_broadcast.json
tests/data/endpoints/chat.postMessage/app_reply_broadcast_false.json
tests/data/endpoints/chat.postMessage/bot_app_invited_channel_keyword.json
tests/data/endpoints/chat.postMessage/bot_app_invited_channel_positonal.json
tests/data/endpoints/chat.postMessage/bot_app_invited_channel_user.json
tests/data/endpoints/chat.postMessage/bot_app_not_invited.json
tests/data/endpoints/chat.postMessage/bot_app_not_invited_posting_ok.json
tests/data/endpoints/chat.postMessage/bot_app_not_invited_posting_ok_user.json
tests/data/endpoints/chat.postMessage/bot_app_not_invited_user.json
tests/data/endpoints/chat.postMessage/bot_reply.json
tests/data/endpoints/chat.postMessage/bot_reply_broadcast.json
tests/data/endpoints/chat.postMessage/bot_reply_broadcast_false.json
tests/data/endpoints/chat.update/app_update_message.json
tests/data/endpoints/chat.update/app_update_message_as_user_all_false.json
tests/data/endpoints/chat.update/app_update_message_as_user_false.json
tests/data/endpoints/chat.update/app_update_message_as_user_true.json
tests/data/endpoints/chat.update/bot_update_message.json
tests/data/endpoints/chat.update/bot_update_message_as_user_all_false.json
tests/data/endpoints/chat.update/bot_update_message_as_user_false.json
tests/data/endpoints/chat.update/bot_update_message_as_user_true.json
tests/data/endpoints/emoji.list/app_simple.json
tests/data/endpoints/emoji.list/bot_simple.json
tests/data/endpoints/groups.list/app_exclude_archived_false.json
tests/data/endpoints/groups.list/app_exclude_archived_true.json
tests/data/endpoints/groups.list/bot_exclude_archived_false.json
tests/data/endpoints/groups.list/bot_exclude_archived_true.json
tests/data/endpoints/users.info/app_bot_user.json
tests/data/endpoints/users.info/app_person_user.json
tests/data/endpoints/users.info/bot_bot_user.json
tests/data/endpoints/users.info/bot_person_user.json
tests/data/endpoints/users.list/app_no_args.json
tests/data/endpoints/users.list/app_presence_false.json
tests/data/endpoints/users.list/app_presence_true.json
tests/data/endpoints/users.list/bot_no_args.json
tests/data/endpoints/users.list/bot_presence_false.json
tests/data/endpoints/users.list/bot_presence_true.json
tests/data/events/FAKE_EVENT/simple.json
tests/data/events/accounts_changed/simple.json
tests/data/events/message/simple.json
tests/data/events/message/unicode_literal.json
tests/integration_tests/__init__.py
tests/unit_tests/__init__.py
tests/unit_tests/api/__init__.py
tests/unit_tests/api/test_prepared_endpoints.py
tests/unit_tests/api/test_slack_api.py
tests/unit_tests/client/__init__.py
tests/unit_tests/client/test_response_factory.py
tests/unit_tests/events/__init__.py
tests/unit_tests/events/test_event_factory.py
tests/unit_tests/schema/__init__.py
tests/unit_tests/schema/endpoints/__init__.py
tests/unit_tests/schema/endpoints/test_import.py
tests/unit_tests/schema/types/__init__.py
tests/unit_tests/schema/types/test_basic.py
tests/unit_tests/schema/types/test_import.py
tests/unit_tests/schema/types/test_slack_type.py