Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterakande/microsoft-graph-messages-poc

Proof of Concept for the implementation of a service to extract all messages from a channel
https://github.com/peterakande/microsoft-graph-messages-poc

Last synced: 7 days ago
JSON representation

Proof of Concept for the implementation of a service to extract all messages from a channel

Awesome Lists containing this project

README

        

### Demo for Fetching all Messages in a channel

Useful links
https://learn.microsoft.com/en-us/graph/tutorials/python-app-only?tabs=aad&tutorial-step=5

https://learn.microsoft.com/en-us/graph/api/channel-list-messages?view=graph-rest-1.0&tabs=python

An AZURE Account is needed an an app must be registered.

Bonus:
Jira API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about

Create a file config.cfg at the root

```cfg
[azure]
clientId = CLIENT_ID
clientSecret = CLIENT_SECRET
tenantId = TENANT_ID
```