Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial move of Python samples * Updated Samples README * Corrected Python samples name and root README * Corrected microsoft#44 sample name * Corrected git url in Python samples * Corrected date output format in 44.prompt-for-user-input * Removed unwanted pycache files * Added gitignore for all Python __pycache__ dirs. * Added Python 07.using-adaptive-cards * Added Python 14.nlp-with-dispatch * Python 24-bot-authentication-msgraph basics (not complete) * Updated README to include Python samples links * Added 24.bot-authentication-msgraph * Corrected 18.bot-authentication logout handling * Added ARM templates to app samples and updated README's with link to Azure Deploy docs. * Added missing template-with-new-rg.json files. * Adjusted Python 06.using-cards to be like C# and JS * Fixes microsoft#471: 05.multi-turn-prompt parity * Added 46.teams-auth * Added 56.teams-file-upload * Moved Python generator to Samples/generators * Fixes Python microsoft#474. Typos in templates. * Removed experimental from Python Samples * adding teams conversation bot sample * Refactored to use aiohttp, added traceback in error handlers. * Updated to use aiohttp * Added 55.teams-link-unfurling * adding readme * Corrected json_response for invoke responses. * updating text for readme * 02.echo-bot deploy as aiohttp * 46.teams-auth parity with C# * Update README.md updating python version * Updated Python generator templates to use aiohttp, and include ARM templates. * fix handling of response from invoke_response * Added deploymentTemplates for Teams bots. * Initial move of Python samples * Updated Samples README * Corrected Python samples name and root README * Corrected microsoft#44 sample name * Corrected git url in Python samples * Corrected date output format in 44.prompt-for-user-input * Removed unwanted pycache files * Added gitignore for all Python __pycache__ dirs. * Added Python 07.using-adaptive-cards * Added Python 14.nlp-with-dispatch * Python 24-bot-authentication-msgraph basics (not complete) * Updated README to include Python samples links * Added 24.bot-authentication-msgraph * Corrected 18.bot-authentication logout handling * Added ARM templates to app samples and updated README's with link to Azure Deploy docs. * Added missing template-with-new-rg.json files. * Adjusted Python 06.using-cards to be like C# and JS * Fixes microsoft#471: 05.multi-turn-prompt parity * Added 46.teams-auth * Added 56.teams-file-upload * Moved Python generator to Samples/generators * Fixes Python microsoft#474. Typos in templates. * Removed experimental from Python Samples * adding teams conversation bot sample * Refactored to use aiohttp, added traceback in error handlers. * Updated to use aiohttp * Added 55.teams-link-unfurling * adding readme * Corrected json_response for invoke responses. * updating text for readme * 02.echo-bot deploy as aiohttp * adding search extension bot * Corrected 'TokenResponse' object is not subscriptable error * Corrected 07.using-adaptive-cards no displaying stars on restaurant card. * Translation was failing (due to API change) in Python 17.multilingual-bot * Added requirements.txt to 57.teams-conversation-bot * Added explicit pip install instructions for 01.console-echo * Removed botid in Teams manifest used during testing. * Corrected validator in 19.custom-dialogs to handle non-cardinal input correctly. * Update Python generator README * Added startup.txt and adjust ARM templates to Python samples. * add python teams sample 53 * remove appid and password * Add python Teams Messaging Extension Action bot sample * add python teams task module sample * aiohttp to requirements * update search messaging extension requirements * add aiohttp to requirements.txt * add aiohttp to requirements.txt * Corrected Python 55.teams-link-unfurling config.py * Fixed _message_all_members in Python 57.teams-conversation-bot * Python 46.teams-auth: Added Teams manifest and corrected REAME with steps to deploy to Teams * Corrected Python sample README's * Updated Python botbuilder requirements to 4.7.0 * Corrected Python Teams samples READMEs * Made Python Teams icon nameing consistent * Python 57.teams-conversation-bot README * Added Teams support to Python 25.bot-authentication=msgraph * Removed references to Visual Studio in Python README's * Ignoring "env/" in Python projects * Updated Python generator requirements versions * Put aiohttp startup command in the ARM instead of startup.txt * Ptyhon 24.bot-authentication-msgraph: switched to requests_oauth intsead of microsoftgraph-python * Python: Consistency changes in READMEs, pylint and black on newer samples.
- Loading branch information