{"id":15422060,"url":"https://github.com/ugreg/mixed-reality-guides","last_synced_at":"2025-04-05T11:15:07.596Z","repository":{"id":95939141,"uuid":"235392272","full_name":"ugreg/mixed-reality-guides","owner":"ugreg","description":"Prototype of Field Service AR Guides","archived":false,"fork":false,"pushed_at":"2020-02-22T01:22:45.000Z","size":604,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-19T23:46:21.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ugreg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-21T16:48:49.000Z","updated_at":"2020-06-11T19:59:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"d66305d5-dcc6-4d77-9418-62b63bfbdb91","html_url":"https://github.com/ugreg/mixed-reality-guides","commit_stats":{"total_commits":44,"total_committers":1,"mean_commits":44.0,"dds":0.0,"last_synced_commit":"ea89a264e7182576fbae1b462d2a8247346b4d2e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugreg%2Fmixed-reality-guides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugreg%2Fmixed-reality-guides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugreg%2Fmixed-reality-guides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugreg%2Fmixed-reality-guides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ugreg","download_url":"https://codeload.github.com/ugreg/mixed-reality-guides/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325699,"owners_count":20920714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T17:36:49.200Z","updated_at":"2025-04-05T11:15:07.210Z","avatar_url":"https://github.com/ugreg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guides Generator \n\nAn API to create Dynamics 365 Guides using Python.\n\n## Setup\n\nOpen a terminal as an admin.\n\nSetup python3 virtual env or source an existing on your os.\n\nLinux\n```python\nsudo apt-get update\npip install virtualenv\npython3 -m venv linux \nsource env/linux/bin/activate \n```\n\nWindows\n```python\npip install virtualenv\npython -m venv .win\nenv\\.win\\Scripts\\activate.bat\n```\n\nPull dependencies.\n```bash\npip install -r requirements.txt\npython __main__.py\n```\n\nSecurity and Complianec. Authentication (get token) and authorization (what's your permissions).\n\nadal # works for api with application and delegated permissions\nhttps://github.com/Azure-Samples/ms-identity-python-daemon\n\nMSAL one will be updated going forward\nimport msal # works for api with application permissions\nhttps://github.com/Azure-Samples/ms-identity-python-webapp\n\nthe BIG endpoint\n\nhttps://login.microsoftonline.com/grdegr.onmicrosoft.com/oauth2/authorize?client_id=0960be47-c441-4a8b-96e1-16f97487ff35\u0026response_type=code\u0026redirect_uri=https%3A%2F%2Fcallbackurl\u0026response_mode=query\u0026resource=https%3A%2F%2Fmsott.api.crm.dynamics.com%2F\u0026state=12345\n\nFrom [Request an authorization code](Request an authorization code)\n\n```sh\nhttps://login.microsoftonline.com/{tenant}/oauth2/authorize?\nclient_id=6731de76-14a6-49ae-97bc-6eba6914391e\n\u0026response_type=code\n\u0026redirect_uri=http%3A%2F%2Flocalhost%3A12345\n\u0026response_mode=query\n\u0026resource=https%3A%2F%2Fservice.contoso.com%2F\n\u0026state=12345\n```\n\nVerify scope and authority using https://jwt.ms/.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugreg%2Fmixed-reality-guides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fugreg%2Fmixed-reality-guides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugreg%2Fmixed-reality-guides/lists"}