Skip to main content

A python package to simplify file uploads and downloads of MS Teams programetrically

Project description

MSTeamsFilesConnector

Python package to simplify file uploads and downloads of MS Teams programmetrically

Installation

pip install MSTeamsFileConnector

Usage

Here's an example of how to use the MSTeamsFileConnector class to upload and delete files.

from ms_teams_files_connector import MSTeamsFileConnector

tfc = MSTeamsFileConnector(tenant_id='your_tenant_id', client_id='your_client_id', client_secret='your_client_secret')

teams_group_id = 'your_group_id'
teams_channel_id = 'your_channel_id'
src_file_path = '/path/to/file.txt'
dst_file_name = 'your_file_name.txt'

# dst_file_prefix should always start and end with '/'
dst_file_prefix = '/hello/world/'

# upload file to Teams channel
tfc.upload(teams_group_id, teams_channel_id, src_file_path, dst_file_name, dst_file_prefix)

# delete a file from Teams channel
file_name = 'your_file_name.txt'
file_prefix = '/hello/world/'
tfc.delete(teams_group_id, teams_channel_id, file_name, file_prefix)

# download a file from Teams channel
src_file_name = 'your_file_name.txt'
src_file_prefix = '/hello/world/'
dst_file_path = '/path/to/file.txt'
tfc.download(teams_group_id, teams_channel_id, file_name, dst_file_path, file_prefix)

MIT License

Copyright (c) 2023 Centre For Computational Technologies Private Limited

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MSTeamsFilesConnector-1.0.3.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

MSTeamsFilesConnector-1.0.3-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file MSTeamsFilesConnector-1.0.3.tar.gz.

File metadata

  • Download URL: MSTeamsFilesConnector-1.0.3.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for MSTeamsFilesConnector-1.0.3.tar.gz
Algorithm Hash digest
SHA256 f4841b5e57ed9be9fba8f28525ef327137300d73db349bb43be622096478b7a1
MD5 691d38b18fbfb84b0ffd280ada8cb53f
BLAKE2b-256 a771fd55bcb478ea99c8b4fdb5809baa1169531de368db8efe36da8dc453d30d

See more details on using hashes here.

File details

Details for the file MSTeamsFilesConnector-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for MSTeamsFilesConnector-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7eac4662b5ed0e2c45c93ca9ca0082c2eafc0be5472636b124356de60955842c
MD5 27e7713eea0d171cb4dff02bc3cb8ead
BLAKE2b-256 1481649d990170e50fb91ceaafd3672cd999f1891f4969b66d8b38d40f981a43

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page