Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/peterakande/microsoft-graph-messages-poc
- Owner: PeterAkande
- Created: 2024-06-14T16:52:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T16:56:30.000Z (7 months ago)
- Last Synced: 2024-06-14T18:20:29.978Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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=5https://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/#aboutCreate a file config.cfg at the root
```cfg
[azure]
clientId = CLIENT_ID
clientSecret = CLIENT_SECRET
tenantId = TENANT_ID
```