wrapper for micorsoft teams graph api's
Project description
TeamsGraphApi
TeamsGraphApi is a wrapper for microsoft graph's RESTful web API that enables you to access microsoft teams for general uses
Installation
TeamsGraphApi requires python 3.6+ to run.
You can install GQL with all the optional dependencies using pip:
pip install TeamsGraphApi
With [ TeamsgraphApi ] you can only access below Api's
Features
- get_teams
- get_channels
- list_all_members_of_channel
- get_messages_of_channels
- get_messages_details_of_channels
- get_replies_of_a_messages
Usage
from graphapi.graph import GraphAPI
graph_obj = GraphAPI(Auth_Token)
graph_obj.get_teams()
from the above code we first we import GraphAPI class from graph module after we need to initialize the instance of this class by passing ==Authentication token== in it then we can use it's method you can also verify all existing methods using inbuild ==dir== method
License
MIT
✨Keep Learning✨
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file teamsgraphapi-0.0.2.tar.gz.
File metadata
- Download URL: teamsgraphapi-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55e4a622471c7138608c0566ed5f1e8790add6fe0608cfc50c7b16b0a9c7b1fd
|
|
| MD5 |
18c5cd57c1ee498457dab92fdcc65e02
|
|
| BLAKE2b-256 |
b0125a3785235f9a2c492106cbad8904844d504de5ed27d85783bd14fe1b4309
|
File details
Details for the file teamsgraphapi-0.0.2-py3-none-any.whl.
File metadata
- Download URL: teamsgraphapi-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb7c9c723315d7117ed5055b752cc3c4270a747a7191b26f8f22fe115b62e3d6
|
|
| MD5 |
dd4a8fa0f290eb0767feedb52cf8a0ff
|
|
| BLAKE2b-256 |
ad92f8973e574bd782589a72d7527c27a9f54f24ae76cd19a6b660d6330796cb
|