slack_transfer.functions.upload#

Functions

check_channel_exists(client, channel_name)

check if a channel already exists or not

check_insert_finished(client, channel_name, ...)

check if the uploading for a channel already finished or not.

check_upload_conflict(client[, name_mappings])

check upload conflict in terms of channel name.

create_all_channels(client[, channel_names, ...])

create all channels or specified channels.

data_insert(client, channel_name, ...[, ...])

upload messages, files, reactions, and pins.

insert_bookmarks(client, channel_id[, ...])

insert a series of bookmarks to a channel.

upload_file(client, old_file_id, file_name)

upload a file.

Classes

HTTP_send_output([allow_slower, progress, ...])